#F2A209

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

Shades of Orange #F2A209

Tints of Orange #F2A209

Color information

#F2A209 (or 0xF2A209) is unknown color: approx Orange. HEX triplet: F2, A2 and 09. RGB value is (242,162,9). Sum of RGB (Red+Green+Blue) = 242+162+9=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A209 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A209 is #0D5DF6. Grayscale: #A9A9A9. Windows color (decimal): -876023 or 631538. OLE color: 631538.

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

Color convert

RGB2421629-
CMYK00.330.960.05
HSL39.4º92.83%49.22%-
HSV(B)39.4º96.28%94.9%-
XYZ49.5944.746.28-
YUV168.4838180.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.60%
GREEN value IS 162 (63.67% from 255) = 39.23%
BLUE value IS 9 (3.91% from 255) = 2.18%
R=58.60%
G=39.23%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242162900.330.960.0539.492.8349.22
HexF2A29021605275d31
Octal3622421104114054713561
Binary11110010101000101001010000111000001011001111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A209; }

 p { color: rgb(242,162,9); }

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

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

 a { background-color: rgb(242,162,9); }

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

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

 span { border-color: rgb(242,162,9); }

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