#F6AA50

Color #F6AA50 Texas Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas Rose #F6AA50

Tints of Texas Rose #F6AA50

Color information

#F6AA50 (or 0xF6AA50) is unknown color: approx Texas Rose. HEX triplet: F6, AA and 50. RGB value is (246,170,80). Sum of RGB (Red+Green+Blue) = 246+170+80=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AA50 is #0955AF. Grayscale: #B6B6B6. Windows color (decimal): -611760 or 5286646. OLE color: 5286646.

HSL color Cylindrical-coordinate representation of color #F6AA50: hue angle of 32.53º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6AA50 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24617080-
CMYK00.310.670.04
HSL32.53º90.22%63.92%-
HSV(B)32.53º67.48%96.47%-
XYZ53.8348.9214.2-
YUV182.4670.18173.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 49.60%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 80 (31.64% from 255) = 16.13%
R=49.60%
G=34.27%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461708000.310.670.0432.5390.2263.92
HexF6AA5001F434215a40
Octal366252120037103441132100
Binary11110110101010101010000011111100001110010000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AA50; }

 p { color: rgb(246,170,80); }

 H1.HeaderClassName
 {
   color: #F6AA50;
 }
 .AnyTagClassName
 {
   color: #F6AA50;
 }
</style>
background-color css

<style>
 a { background-color: #F6AA50; }

 a { background-color: rgb(246,170,80); }

 div.DivClassName
 {
   background-color: #F6AA50;
 }
 .BgClassName
 {
   background-color: #F6AA50;
 }
</style>
border-color css

<style>
 span { border-color: #F6AA50; }

 span { border-color: rgb(246,170,80); }

 td.TdClassName
 {
   border-color: #F6AA50;
 }
 .TagClassName
 {
   border-color: #F6AA50;
 }
</style>