#F5A881

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

Shades of Tacao #F5A881

Tints of Tacao #F5A881

Color information

#F5A881 (or 0xF5A881) is unknown color: approx Tacao. HEX triplet: F5, A8 and 81. RGB value is (245,168,129). Sum of RGB (Red+Green+Blue) = 245+168+129=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A881 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A881 is #0A577E. Grayscale: #BABABA. Windows color (decimal): -677759 or 8497397. OLE color: 8497397.

HSL color Cylindrical-coordinate representation of color #F5A881: hue angle of 20.17º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5A881 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245168129-
CMYK00.310.470.04
HSL20.17º85.29%73.33%-
HSV(B)20.17º47.35%96.08%-
XYZ55.624927.3-
YUV186.5895.51169.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 129 (50.78% from 255) = 23.80%
R=45.20%
G=31.00%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516812900.310.470.0420.1785.2973.33
HexF5A88101F2F4145549
Octal36525020103757424125111
Binary1111010110101000100000010111111011111001010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A881; }

 p { color: rgb(245,168,129); }

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

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

 a { background-color: rgb(245,168,129); }

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

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

 span { border-color: rgb(245,168,129); }

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