#F2A309

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

Shades of Orange #F2A309

Tints of Orange #F2A309

Color information

#F2A309 (or 0xF2A309) is unknown color: approx Orange. HEX triplet: F2, A3 and 09. RGB value is (242,163,9). Sum of RGB (Red+Green+Blue) = 242+163+9=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 9 (3.91% from 255 or 2.17% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A309 is #0D5CF6. Grayscale: #A9A9A9. Windows color (decimal): -875767 or 631794. OLE color: 631794.

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

Color convert

RGB2421639-
CMYK00.330.960.05
HSL39.66º92.83%49.22%-
HSV(B)39.66º96.28%94.9%-
XYZ49.7645.096.34-
YUV169.0637.67180.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.45%
GREEN value IS 163 (64.06% from 255) = 39.37%
BLUE value IS 9 (3.91% from 255) = 2.17%
R=58.45%
G=39.37%
B=2.17%

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
Decimal242163900.330.960.0539.6692.8349.22
HexF2A39021605285d31
Octal3622431104114055013561
Binary11110010101000111001010000111000001011010001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A309; }

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

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

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

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

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

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

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

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