Shades of Orange #F9AF04
Tints of Orange #F9AF04
RGB
CMYK
RGB Variations
Color information
#F9AF04 (or 0xF9AF04) is known color: Orange. HEX triplet: F9, AF and 04. RGB value is (249,175,4). Sum of RGB (Red+Green+Blue) = 249+175+4=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AF04 is #0650FB. Grayscale: #B2B2B2. Windows color (decimal): -413948 or 307193. OLE color: 307193.
HSL color Cylindrical-coordinate representation of color #F9AF04: hue angle of 41.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9AF04 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 4 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.02 |
| HSL | 41.88º | 0.97% | 0.5% | - |
| HSV(B) | 41.88º | 0.98% | 0.98% | - |
| XYZ | 54.42 | 50.81 | 7.05 | - |
| YUV | 177.63 | 30.02 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 4 | 0 | 0.30 | 0.98 | 0.02 | 41.88 | 0.97 | 0.5 |
| Hex | F9 | AF | 4 | 0 | 1E | 62 | 2 | 2A | 61 | 32 |
| Octal | 371 | 257 | 4 | 0 | 36 | 142 | 2 | 52 | 141 | 62 |
| Binary | 11111001 | 10101111 | 100 | 0 | 11110 | 1100010 | 10 | 101010 | 1100001 | 110010 |
Color Harmonies of #F9AF04
Complementary color
Monochromatic Colors of #F9AF04
Black with #F9AF04
Text Example
Text Example
White with #F9AF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF04; }
p { color: rgb(249,175,4); }
H1.HeaderClassName
{
color: #F9AF04;
}
.AnyTagClassName
{
color: #F9AF04;
}
</style>
background-color css
<style>
a { background-color: #F9AF04; }
a { background-color: rgb(249,175,4); }
div.DivClassName
{
background-color: #F9AF04;
}
.BgClassName
{
background-color: #F9AF04;
}
</style>
border-color css
<style>
span { border-color: #F9AF04; }
span { border-color: rgb(249,175,4); }
td.TdClassName
{
border-color: #F9AF04;
}
.TagClassName
{
border-color: #F9AF04;
}
</style>