#F0A578

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

Shades of Tacao #F0A578

Tints of Tacao #F0A578

Color information

#F0A578 (or 0xF0A578) is unknown color: approx Tacao. HEX triplet: F0, A5 and 78. RGB value is (240,165,120). Sum of RGB (Red+Green+Blue) = 240+165+120=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A578 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A578 is #0F5A87. Grayscale: #B6B6B6. Windows color (decimal): -1006216 or 7906800. OLE color: 7906800.

HSL color Cylindrical-coordinate representation of color #F0A578: hue angle of 22.5º 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 #F0A578 is Cyan = 0, Magento = 0.31, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB240165120-
CMYK00.310.50.06
HSL22.5º80%70.59%-
HSV(B)22.5º50%94.12%-
XYZ52.7846.7924.02-
YUV182.392.85169.16-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.71%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 120 (47.27% from 255) = 22.86%
R=45.71%
G=31.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016512000.310.50.0622.58070.59
HexF0A57801F326175047
Octal36024517003762627120107
Binary111100001010010111110000111111100101101011110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A578; }

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

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

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

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

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

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

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

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