#F0A478

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

Shades of Tacao #F0A478

Tints of Tacao #F0A478

Color information

#F0A478 (or 0xF0A478) is unknown color: approx Tacao. HEX triplet: F0, A4 and 78. RGB value is (240,164,120). Sum of RGB (Red+Green+Blue) = 240+164+120=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A478 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A478 is #0F5B87. Grayscale: #B5B5B5. Windows color (decimal): -1006472 or 7906544. OLE color: 7906544.

HSL color Cylindrical-coordinate representation of color #F0A478: hue angle of 22º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0A478 is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240164120-
CMYK00.320.50.06
HSL22º80%70.59%-
HSV(B)22º50%94.12%-
XYZ52.646.4323.96-
YUV181.7193.18169.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.80%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 120 (47.27% from 255) = 22.90%
R=45.80%
G=31.30%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016412000.320.50.06228070.59
HexF0A478020326165047
Octal36024417004062626120107
Binary1111000010100100111100001000001100101101011010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A478; }

 p { color: rgb(240,164,120); }

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

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

 a { background-color: rgb(240,164,120); }

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

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

 span { border-color: rgb(240,164,120); }

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