#F2AE74

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

Shades of Tacao #F2AE74

Tints of Tacao #F2AE74

Color information

#F2AE74 (or 0xF2AE74) is unknown color: approx Tacao. HEX triplet: F2, AE and 74. RGB value is (242,174,116). Sum of RGB (Red+Green+Blue) = 242+174+116=532 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.49% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AE74 is #0D518B. Grayscale: #BCBCBC. Windows color (decimal): -872844 or 7646962. OLE color: 7646962.

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

Color convert

RGB242174116-
CMYK00.280.520.05
HSL27.62º82.89%70.2%-
HSV(B)27.62º52.07%94.9%-
XYZ54.9150.4123.36-
YUV187.7287.53166.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.49%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 116 (45.70% from 255) = 21.80%
R=45.49%
G=32.71%
B=21.80%

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
Decimal24217411600.280.520.0527.6282.8970.2
HexF2AE7401C3451c5346
Octal36225616403464534123106
Binary111100101010111011101000111001101001011110010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AE74; }

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

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

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

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

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

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

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

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