#F2A04C

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

Shades of Sunshade #F2A04C

Tints of Sunshade #F2A04C

Color information

#F2A04C (or 0xF2A04C) is unknown color: approx Sunshade. HEX triplet: F2, A0 and 4C. RGB value is (242,160,76). Sum of RGB (Red+Green+Blue) = 242+160+76=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A04C is #0D5FB3. Grayscale: #AFAFAF. Windows color (decimal): -876468 or 5021938. OLE color: 5021938.

HSL color Cylindrical-coordinate representation of color #F2A04C: hue angle of 30.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2A04C is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24216076-
CMYK00.340.690.05
HSL30.36º86.46%62.35%-
HSV(B)30.36º68.6%94.9%-
XYZ50.4944.5412.77-
YUV174.9472.17175.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.63%
GREEN value IS 160 (62.89% from 255) = 33.47%
BLUE value IS 76 (30.08% from 255) = 15.90%
R=50.63%
G=33.47%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421607600.340.690.0530.3686.4662.35
HexF2A04C0224551e563e
Octal36224011404210553612676
Binary1111001010100000100110001000101000101101111101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A04C; }

 p { color: rgb(242,160,76); }

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

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

 a { background-color: rgb(242,160,76); }

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

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

 span { border-color: rgb(242,160,76); }

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