Shades of Orange #F9AF02
Tints of Orange #F9AF02
RGB
CMYK
RGB Variations
Color information
#F9AF02 (or 0xF9AF02) is known color: Orange. HEX triplet: F9, AF and 02. RGB value is (249,175,2). Sum of RGB (Red+Green+Blue) = 249+175+2=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AF02 is #0650FD. Grayscale: #B2B2B2. Windows color (decimal): -413950 or 176121. OLE color: 176121.
HSL color Cylindrical-coordinate representation of color #F9AF02: hue angle of 42.02º 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 #F9AF02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.02 |
| HSL | 42.02º | 0.98% | 0.49% | - |
| HSV(B) | 42.02º | 0.99% | 0.98% | - |
| XYZ | 54.41 | 50.8 | 7 | - |
| YUV | 177.4 | 29.02 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 2 | 0 | 0.30 | 0.99 | 0.02 | 42.02 | 0.98 | 0.49 |
| Hex | F9 | AF | 2 | 0 | 1E | 63 | 2 | 2A | 62 | 31 |
| Octal | 371 | 257 | 2 | 0 | 36 | 143 | 2 | 52 | 142 | 61 |
| Binary | 11111001 | 10101111 | 10 | 0 | 11110 | 1100011 | 10 | 101010 | 1100010 | 110001 |
Color Harmonies of #F9AF02
Complementary color
Monochromatic Colors of #F9AF02
Black with #F9AF02
Text Example
Text Example
White with #F9AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF02; }
p { color: rgb(249,175,2); }
H1.HeaderClassName
{
color: #F9AF02;
}
.AnyTagClassName
{
color: #F9AF02;
}
</style>
background-color css
<style>
a { background-color: #F9AF02; }
a { background-color: rgb(249,175,2); }
div.DivClassName
{
background-color: #F9AF02;
}
.BgClassName
{
background-color: #F9AF02;
}
</style>
border-color css
<style>
span { border-color: #F9AF02; }
span { border-color: rgb(249,175,2); }
td.TdClassName
{
border-color: #F9AF02;
}
.TagClassName
{
border-color: #F9AF02;
}
</style>