#F2AF75

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

Shades of Tacao #F2AF75

Tints of Tacao #F2AF75

Color information

#F2AF75 (or 0xF2AF75) is unknown color: approx Tacao. HEX triplet: F2, AF and 75. RGB value is (242,175,117). Sum of RGB (Red+Green+Blue) = 242+175+117=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF75 is #0D508A. Grayscale: #BCBCBC. Windows color (decimal): -872587 or 7712754. OLE color: 7712754.

HSL color Cylindrical-coordinate representation of color #F2AF75: hue angle of 27.84º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2AF75 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242175117-
CMYK00.280.520.05
HSL27.84º82.78%70.39%-
HSV(B)27.84º51.65%94.9%-
XYZ55.1650.8223.73-
YUV188.4287.7166.22-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.32%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=45.32%
G=32.77%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217511700.280.520.0527.8482.7870.39
HexF2AF7501C3451c5346
Octal36225716503464534123106
Binary111100101010111111101010111001101001011110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AF75; }

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

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

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

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

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

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

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

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