#F0AE83

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

Shades of Tacao #F0AE83

Tints of Tacao #F0AE83

Color information

#F0AE83 (or 0xF0AE83) is unknown color: approx Tacao. HEX triplet: F0, AE and 83. RGB value is (240,174,131). Sum of RGB (Red+Green+Blue) = 240+174+131=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0AE83 is #0F517C. Grayscale: #BDBDBD. Windows color (decimal): -1003901 or 8630000. OLE color: 8630000.

HSL color Cylindrical-coordinate representation of color #F0AE83: hue angle of 23.67º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0AE83 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240174131-
CMYK00.280.450.06
HSL23.67º78.42%72.75%-
HSV(B)23.67º45.42%94.12%-
XYZ55.1750.4428.3-
YUV188.8395.37164.5-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.04%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 131 (51.56% from 255) = 24.04%
R=44.04%
G=31.93%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017413100.280.450.0623.6778.4272.75
HexF0AE8301C2D6184e49
Octal36025620303455630116111
Binary1111000010101110100000110111001011011101100010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AE83; }

 p { color: rgb(240,174,131); }

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

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

 a { background-color: rgb(240,174,131); }

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

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

 span { border-color: rgb(240,174,131); }

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