#F2AF78

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

Shades of Tacao #F2AF78

Tints of Tacao #F2AF78

Color information

#F2AF78 (or 0xF2AF78) is unknown color: approx Tacao. HEX triplet: F2, AF and 78. RGB value is (242,175,120). Sum of RGB (Red+Green+Blue) = 242+175+120=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF78 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF78 is #0D5087. Grayscale: #BDBDBD. Windows color (decimal): -872584 or 7909362. OLE color: 7909362.

HSL color Cylindrical-coordinate representation of color #F2AF78: hue angle of 27.05º 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 #F2AF78 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242175120-
CMYK00.280.500.05
HSL27.05º82.43%70.98%-
HSV(B)27.05º50.41%94.9%-
XYZ55.3450.8924.68-
YUV188.7689.2165.97-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.07%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 120 (47.27% from 255) = 22.35%
R=45.07%
G=32.59%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217512000.280.500.0527.0582.4370.98
HexF2AF7801C3251b5247
Octal36225717003462533122107
Binary111100101010111111110000111001100101011101110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AF78; }

 p { color: rgb(242,175,120); }

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

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

 a { background-color: rgb(242,175,120); }

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

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

 span { border-color: rgb(242,175,120); }

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