Shades of Orange #F8AD00
Tints of Orange #F8AD00
RGB
CMYK
RGB Variations
Color information
#F8AD00 (or 0xF8AD00) is known color: Orange. HEX triplet: F8, AD and 00. RGB value is (248,173,0). Sum of RGB (Red+Green+Blue) = 248+173+0=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AD00 is #0752FF. Grayscale: #B0B0B0. Windows color (decimal): -480000 or 44536. OLE color: 44536.
HSL color Cylindrical-coordinate representation of color #F8AD00: hue angle of 41.85º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8AD00 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.03 |
| HSL | 41.85º | 1% | 0.49% | - |
| HSV(B) | 41.85º | 1% | 0.97% | - |
| XYZ | 53.65 | 49.84 | 6.79 | - |
| YUV | 175.7 | 28.85 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 0 | 0 | 0.30 | 1 | 0.03 | 41.85 | 1 | 0.49 |
| Hex | F8 | AD | 0 | 0 | 1E | 64 | 3 | 2A | 64 | 31 |
| Octal | 370 | 255 | 0 | 0 | 36 | 144 | 3 | 52 | 144 | 61 |
| Binary | 11111000 | 10101101 | 0 | 0 | 11110 | 1100100 | 11 | 101010 | 1100100 | 110001 |
Color Harmonies of #F8AD00
Complementary color
Monochromatic Colors of #F8AD00
Black with #F8AD00
Text Example
Text Example
White with #F8AD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD00; }
p { color: rgb(248,173,0); }
H1.HeaderClassName
{
color: #F8AD00;
}
.AnyTagClassName
{
color: #F8AD00;
}
</style>
background-color css
<style>
a { background-color: #F8AD00; }
a { background-color: rgb(248,173,0); }
div.DivClassName
{
background-color: #F8AD00;
}
.BgClassName
{
background-color: #F8AD00;
}
</style>
border-color css
<style>
span { border-color: #F8AD00; }
span { border-color: rgb(248,173,0); }
td.TdClassName
{
border-color: #F8AD00;
}
.TagClassName
{
border-color: #F8AD00;
}
</style>