Shades of Orange #F2A609
Tints of Orange #F2A609
RGB
CMYK
RGB Variations
Color information
#F2A609 (or 0xF2A609) is known color: Orange. HEX triplet: F2, A6 and 09. RGB value is (242,166,9). Sum of RGB (Red+Green+Blue) = 242+166+9=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A609 is #0D59F6. Grayscale: #ABABAB. Windows color (decimal): -874999 or 632562. OLE color: 632562.
HSL color Cylindrical-coordinate representation of color #F2A609: hue angle of 40.43º 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 #F2A609 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.05 |
| HSL | 40.43º | 0.93% | 0.49% | - |
| HSV(B) | 40.43º | 0.96% | 0.95% | - |
| XYZ | 50.3 | 46.17 | 6.52 | - |
| YUV | 170.83 | 36.68 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 9 | 0 | 0.31 | 0.96 | 0.05 | 40.43 | 0.93 | 0.49 |
| Hex | F2 | A6 | 9 | 0 | 1F | 60 | 5 | 28 | 5D | 31 |
| Octal | 362 | 246 | 11 | 0 | 37 | 140 | 5 | 50 | 135 | 61 |
| Binary | 11110010 | 10100110 | 1001 | 0 | 11111 | 1100000 | 101 | 101000 | 1011101 | 110001 |
Color Harmonies of #F2A609
Complementary color
Monochromatic Colors of #F2A609
Black with #F2A609
Text Example
Text Example
White with #F2A609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A609; }
p { color: rgb(242,166,9); }
H1.HeaderClassName
{
color: #F2A609;
}
.AnyTagClassName
{
color: #F2A609;
}
</style>
background-color css
<style>
a { background-color: #F2A609; }
a { background-color: rgb(242,166,9); }
div.DivClassName
{
background-color: #F2A609;
}
.BgClassName
{
background-color: #F2A609;
}
</style>
border-color css
<style>
span { border-color: #F2A609; }
span { border-color: rgb(242,166,9); }
td.TdClassName
{
border-color: #F2A609;
}
.TagClassName
{
border-color: #F2A609;
}
</style>