#F2A44C

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

Shades of Sunshade #F2A44C

Tints of Sunshade #F2A44C

Color information

#F2A44C (or 0xF2A44C) is unknown color: approx Sunshade. HEX triplet: F2, A4 and 4C. RGB value is (242,164,76). Sum of RGB (Red+Green+Blue) = 242+164+76=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 76 (30.08% from 255 or 15.77% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A44C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A44C is #0D5BB3. Grayscale: #B1B1B1. Windows color (decimal): -875444 or 5022962. OLE color: 5022962.

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

Color convert

RGB24216476-
CMYK00.320.690.05
HSL31.81º86.46%62.35%-
HSV(B)31.81º68.6%94.9%-
XYZ51.245.9513.01-
YUV177.2970.84174.16-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.21%
GREEN value IS 164 (64.45% from 255) = 34.02%
BLUE value IS 76 (30.08% from 255) = 15.77%
R=50.21%
G=34.02%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421647600.320.690.0531.8186.4662.35
HexF2A44C02045520563e
Octal36224411404010554012676
Binary11110010101001001001100010000010001011011000001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A44C; }

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

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

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

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

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

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

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

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