Shades of Orange #F8AF03
Tints of Orange #F8AF03
RGB
CMYK
RGB Variations
Color information
#F8AF03 (or 0xF8AF03) is known color: Orange. HEX triplet: F8, AF and 03. RGB value is (248,175,3). Sum of RGB (Red+Green+Blue) = 248+175+3=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 3 (1.56% from 255 or 0.70% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AF03 is #0750FC. Grayscale: #B1B1B1. Windows color (decimal): -479485 or 241656. OLE color: 241656.
HSL color Cylindrical-coordinate representation of color #F8AF03: hue angle of 42.12º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8AF03 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 3 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.03 |
| HSL | 42.12º | 0.98% | 0.49% | - |
| HSV(B) | 42.12º | 0.99% | 0.97% | - |
| XYZ | 54.06 | 50.62 | 7.01 | - |
| YUV | 177.22 | 29.68 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 3 | 0 | 0.29 | 0.99 | 0.03 | 42.12 | 0.98 | 0.49 |
| Hex | F8 | AF | 3 | 0 | 1D | 63 | 3 | 2A | 62 | 31 |
| Octal | 370 | 257 | 3 | 0 | 35 | 143 | 3 | 52 | 142 | 61 |
| Binary | 11111000 | 10101111 | 11 | 0 | 11101 | 1100011 | 11 | 101010 | 1100010 | 110001 |
Color Harmonies of #F8AF03
Complementary color
Monochromatic Colors of #F8AF03
Black with #F8AF03
Text Example
Text Example
White with #F8AF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF03; }
p { color: rgb(248,175,3); }
H1.HeaderClassName
{
color: #F8AF03;
}
.AnyTagClassName
{
color: #F8AF03;
}
</style>
background-color css
<style>
a { background-color: #F8AF03; }
a { background-color: rgb(248,175,3); }
div.DivClassName
{
background-color: #F8AF03;
}
.BgClassName
{
background-color: #F8AF03;
}
</style>
border-color css
<style>
span { border-color: #F8AF03; }
span { border-color: rgb(248,175,3); }
td.TdClassName
{
border-color: #F8AF03;
}
.TagClassName
{
border-color: #F8AF03;
}
</style>