Shades of Orange #F9A502
Tints of Orange #F9A502
RGB
CMYK
RGB Variations
Color information
#F9A502 (or 0xF9A502) is known color: Orange. HEX triplet: F9, A5 and 02. RGB value is (249,165,2). Sum of RGB (Red+Green+Blue) = 249+165+2=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A502 is #065AFD. Grayscale: #ACACAC. Windows color (decimal): -416510 or 173561. OLE color: 173561.
HSL color Cylindrical-coordinate representation of color #F9A502: hue angle of 39.6º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9A502 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.02 |
| HSL | 39.6º | 0.98% | 0.49% | - |
| HSV(B) | 39.6º | 0.99% | 0.98% | - |
| XYZ | 52.53 | 47.05 | 6.37 | - |
| YUV | 171.53 | 32.33 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 2 | 0 | 0.34 | 0.99 | 0.02 | 39.6 | 0.98 | 0.49 |
| Hex | F9 | A5 | 2 | 0 | 22 | 63 | 2 | 28 | 62 | 31 |
| Octal | 371 | 245 | 2 | 0 | 42 | 143 | 2 | 50 | 142 | 61 |
| Binary | 11111001 | 10100101 | 10 | 0 | 100010 | 1100011 | 10 | 101000 | 1100010 | 110001 |
Color Harmonies of #F9A502
Complementary color
Monochromatic Colors of #F9A502
Black with #F9A502
Text Example
Text Example
White with #F9A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A502; }
p { color: rgb(249,165,2); }
H1.HeaderClassName
{
color: #F9A502;
}
.AnyTagClassName
{
color: #F9A502;
}
</style>
background-color css
<style>
a { background-color: #F9A502; }
a { background-color: rgb(249,165,2); }
div.DivClassName
{
background-color: #F9A502;
}
.BgClassName
{
background-color: #F9A502;
}
</style>
border-color css
<style>
span { border-color: #F9A502; }
span { border-color: rgb(249,165,2); }
td.TdClassName
{
border-color: #F9A502;
}
.TagClassName
{
border-color: #F9A502;
}
</style>