Shades of Orange #F9A501
Tints of Orange #F9A501
RGB
CMYK
RGB Variations
Color information
#F9A501 (or 0xF9A501) is known color: Orange. HEX triplet: F9, A5 and 01. RGB value is (249,165,1). Sum of RGB (Red+Green+Blue) = 249+165+1=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A501 is #065AFE. Grayscale: #ACACAC. Windows color (decimal): -416511 or 108025. OLE color: 108025.
HSL color Cylindrical-coordinate representation of color #F9A501: hue angle of 39.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9A501 is Cyan = 0, Magento = 0.34, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 1 | - |
| CMYK | 0 | 0.34 | 1.00 | 0.02 |
| HSL | 39.68º | 0.99% | 0.49% | - |
| HSV(B) | 39.68º | 1% | 0.98% | - |
| XYZ | 52.53 | 47.05 | 6.34 | - |
| YUV | 171.42 | 31.83 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 1 | 0 | 0.34 | 1.00 | 0.02 | 39.68 | 0.99 | 0.49 |
| Hex | F9 | A5 | 1 | 0 | 22 | 64 | 2 | 28 | 63 | 31 |
| Octal | 371 | 245 | 1 | 0 | 42 | 144 | 2 | 50 | 143 | 61 |
| Binary | 11111001 | 10100101 | 1 | 0 | 100010 | 1100100 | 10 | 101000 | 1100011 | 110001 |
Color Harmonies of #F9A501
Complementary color
Monochromatic Colors of #F9A501
Black with #F9A501
Text Example
Text Example
White with #F9A501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A501; }
p { color: rgb(249,165,1); }
H1.HeaderClassName
{
color: #F9A501;
}
.AnyTagClassName
{
color: #F9A501;
}
</style>
background-color css
<style>
a { background-color: #F9A501; }
a { background-color: rgb(249,165,1); }
div.DivClassName
{
background-color: #F9A501;
}
.BgClassName
{
background-color: #F9A501;
}
</style>
border-color css
<style>
span { border-color: #F9A501; }
span { border-color: rgb(249,165,1); }
td.TdClassName
{
border-color: #F9A501;
}
.TagClassName
{
border-color: #F9A501;
}
</style>