#f2ae7c

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

Shades of Tacao #F2AE7C

Tints of Tacao #F2AE7C

Color information

#F2AE7C (or 0xF2AE7C) is unknown color: approx Tacao. HEX triplet: F2, AE and 7C. RGB value is (242,174,124). Sum of RGB (Red+Green+Blue) = 242+174+124=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AE7C is #0D5183. Grayscale: #BCBCBC. Windows color (decimal): -872836 or 8171250. OLE color: 8171250.

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

Color convert

RGB242174124-
CMYK00.280.490.05
HSL25.42º81.94%71.76%-
HSV(B)25.42º48.76%94.9%-
XYZ55.3950.625.92-
YUV188.6391.53166.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.81%
GREEN value IS 174 (68.36% from 255) = 32.22%
BLUE value IS 124 (48.83% from 255) = 22.96%
R=44.81%
G=32.22%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217412400.280.490.0525.4281.9471.76
HexF2AE7C01C315195248
Octal36225617403461531122110
Binary111100101010111011111000111001100011011100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2ae7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2ae7c; }

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

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

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

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

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

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

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

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