Shades of Orange #F9AF06
Tints of Orange #F9AF06
RGB
CMYK
RGB Variations
Color information
#F9AF06 (or 0xF9AF06) is known color: Orange. HEX triplet: F9, AF and 06. RGB value is (249,175,6). Sum of RGB (Red+Green+Blue) = 249+175+6=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AF06 is #0650F9. Grayscale: #B2B2B2. Windows color (decimal): -413946 or 438265. OLE color: 438265.
HSL color Cylindrical-coordinate representation of color #F9AF06: hue angle of 41.73º degrees, saturation: 0.95, 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 #F9AF06 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 6 | - |
| CMYK | 0 | 0.30 | 0.98 | 0.02 |
| HSL | 41.73º | 0.95% | 0.5% | - |
| HSV(B) | 41.73º | 0.98% | 0.98% | - |
| XYZ | 54.43 | 50.81 | 7.11 | - |
| YUV | 177.86 | 31.02 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 6 | 0 | 0.30 | 0.98 | 0.02 | 41.73 | 0.95 | 0.5 |
| Hex | F9 | AF | 6 | 0 | 1E | 62 | 2 | 2A | 5F | 32 |
| Octal | 371 | 257 | 6 | 0 | 36 | 142 | 2 | 52 | 137 | 62 |
| Binary | 11111001 | 10101111 | 110 | 0 | 11110 | 1100010 | 10 | 101010 | 1011111 | 110010 |
Color Harmonies of #F9AF06
Complementary color
Monochromatic Colors of #F9AF06
Black with #F9AF06
Text Example
Text Example
White with #F9AF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF06; }
p { color: rgb(249,175,6); }
H1.HeaderClassName
{
color: #F9AF06;
}
.AnyTagClassName
{
color: #F9AF06;
}
</style>
background-color css
<style>
a { background-color: #F9AF06; }
a { background-color: rgb(249,175,6); }
div.DivClassName
{
background-color: #F9AF06;
}
.BgClassName
{
background-color: #F9AF06;
}
</style>
border-color css
<style>
span { border-color: #F9AF06; }
span { border-color: rgb(249,175,6); }
td.TdClassName
{
border-color: #F9AF06;
}
.TagClassName
{
border-color: #F9AF06;
}
</style>