#F2AE75

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

Shades of Tacao #F2AE75

Tints of Tacao #F2AE75

Color information

#F2AE75 (or 0xF2AE75) is unknown color: approx Tacao. HEX triplet: F2, AE and 75. RGB value is (242,174,117). Sum of RGB (Red+Green+Blue) = 242+174+117=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AE75 is #0D518A. Grayscale: #BCBCBC. Windows color (decimal): -872843 or 7712498. OLE color: 7712498.

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

Color convert

RGB242174117-
CMYK00.280.520.05
HSL27.36º82.78%70.39%-
HSV(B)27.36º51.65%94.9%-
XYZ54.9650.4323.67-
YUV187.8388.03166.63-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=45.40%
G=32.65%
B=21.95%

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
Decimal24217411700.280.520.0527.3682.7870.39
HexF2AE7501C3451b5346
Octal36225616503464533123106
Binary111100101010111011101010111001101001011101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE75; }

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

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

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

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

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

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

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

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