#F2A879

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

Shades of Tacao #F2A879

Tints of Tacao #F2A879

Color information

#F2A879 (or 0xF2A879) is unknown color: approx Tacao. HEX triplet: F2, A8 and 79. RGB value is (242,168,121). Sum of RGB (Red+Green+Blue) = 242+168+121=531 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.57% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A879 is #0D5786. Grayscale: #B9B9B9. Windows color (decimal): -874375 or 7973106. OLE color: 7973106.

HSL color Cylindrical-coordinate representation of color #F2A879: hue angle of 23.31º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2A879 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242168121-
CMYK00.310.500.05
HSL23.31º82.31%71.18%-
HSV(B)23.31º50%94.9%-
XYZ54.0748.2624.55-
YUV184.7792.02168.82-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.57%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=45.57%
G=31.64%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216812100.310.500.0523.3182.3171.18
HexF2A87901F325175247
Octal36225017103762527122107
Binary111100101010100011110010111111100101011011110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A879; }

 p { color: rgb(242,168,121); }

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

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

 a { background-color: rgb(242,168,121); }

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

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

 span { border-color: rgb(242,168,121); }

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