#F0A576

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

Shades of Tacao #F0A576

Tints of Tacao #F0A576

Color information

#F0A576 (or 0xF0A576) is unknown color: approx Tacao. HEX triplet: F0, A5 and 76. RGB value is (240,165,118). Sum of RGB (Red+Green+Blue) = 240+165+118=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A576 is #0F5A89. Grayscale: #B6B6B6. Windows color (decimal): -1006218 or 7775728. OLE color: 7775728.

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

Color convert

RGB240165118-
CMYK00.310.510.06
HSL23.11º80.26%70.2%-
HSV(B)23.11º50.83%94.12%-
XYZ52.6646.7423.39-
YUV182.0791.85169.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.89%
GREEN value IS 165 (64.84% from 255) = 31.55%
BLUE value IS 118 (46.48% from 255) = 22.56%
R=45.89%
G=31.55%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016511800.310.510.0623.1180.2670.2
HexF0A57601F336175046
Octal36024516603763627120106
Binary111100001010010111101100111111100111101011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A576; }

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

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

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

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

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

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

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

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