Shades of Orange #F9AF00
Tints of Orange #F9AF00
RGB
CMYK
RGB Variations
Color information
#F9AF00 (or 0xF9AF00) is known color: Orange. HEX triplet: F9, AF and 00. RGB value is (249,175,0). Sum of RGB (Red+Green+Blue) = 249+175+0=424 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.73% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AF00 is #0650FF. Grayscale: #B1B1B1. Windows color (decimal): -413952 or 45049. OLE color: 45049.
HSL color Cylindrical-coordinate representation of color #F9AF00: hue angle of 42.17º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9AF00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.02 |
| HSL | 42.17º | 1% | 0.49% | - |
| HSV(B) | 42.17º | 1% | 0.98% | - |
| XYZ | 54.4 | 50.8 | 6.94 | - |
| YUV | 177.18 | 28.02 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 0 | 0 | 0.30 | 1 | 0.02 | 42.17 | 1 | 0.49 |
| Hex | F9 | AF | 0 | 0 | 1E | 64 | 2 | 2A | 64 | 31 |
| Octal | 371 | 257 | 0 | 0 | 36 | 144 | 2 | 52 | 144 | 61 |
| Binary | 11111001 | 10101111 | 0 | 0 | 11110 | 1100100 | 10 | 101010 | 1100100 | 110001 |
Color Harmonies of #F9AF00
Complementary color
Monochromatic Colors of #F9AF00
Black with #F9AF00
Text Example
Text Example
White with #F9AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF00; }
p { color: rgb(249,175,0); }
H1.HeaderClassName
{
color: #F9AF00;
}
.AnyTagClassName
{
color: #F9AF00;
}
</style>
background-color css
<style>
a { background-color: #F9AF00; }
a { background-color: rgb(249,175,0); }
div.DivClassName
{
background-color: #F9AF00;
}
.BgClassName
{
background-color: #F9AF00;
}
</style>
border-color css
<style>
span { border-color: #F9AF00; }
span { border-color: rgb(249,175,0); }
td.TdClassName
{
border-color: #F9AF00;
}
.TagClassName
{
border-color: #F9AF00;
}
</style>