#F0A781

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

Shades of Tacao #F0A781

Tints of Tacao #F0A781

Color information

#F0A781 (or 0xF0A781) is unknown color: approx Tacao. HEX triplet: F0, A7 and 81. RGB value is (240,167,129). Sum of RGB (Red+Green+Blue) = 240+167+129=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 167 (65.62% from 255 or 31.16% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0A781 is #0F587E. Grayscale: #B8B8B8. Windows color (decimal): -1005695 or 8497136. OLE color: 8497136.

HSL color Cylindrical-coordinate representation of color #F0A781: hue angle of 20.54º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0A781 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB240167129-
CMYK00.300.460.06
HSL20.54º78.72%72.35%-
HSV(B)20.54º46.25%94.12%-
XYZ53.7247.7527.15-
YUV184.4996.68167.59-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.78%
GREEN value IS 167 (65.62% from 255) = 31.16%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=44.78%
G=31.16%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016712900.300.460.0620.5478.7272.35
HexF0A78101E2E6154f48
Octal36024720103656625117110
Binary1111000010100111100000010111101011101101010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A781; }

 p { color: rgb(240,167,129); }

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

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

 a { background-color: rgb(240,167,129); }

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

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

 span { border-color: rgb(240,167,129); }

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