Shades of Orange #F8A800
Tints of Orange #F8A800
RGB
CMYK
RGB Variations
Color information
#F8A800 (or 0xF8A800) is known color: Orange. HEX triplet: F8, A8 and 00. RGB value is (248,168,0). Sum of RGB (Red+Green+Blue) = 248+168+0=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A800 is #0757FF. Grayscale: #ADADAD. Windows color (decimal): -481280 or 43256. OLE color: 43256.
HSL color Cylindrical-coordinate representation of color #F8A800: hue angle of 40.65º 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 #F8A800 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.03 |
| HSL | 40.65º | 1% | 0.49% | - |
| HSV(B) | 40.65º | 1% | 0.97% | - |
| XYZ | 52.71 | 47.96 | 6.48 | - |
| YUV | 172.77 | 30.5 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 0 | 0 | 0.32 | 1 | 0.03 | 40.65 | 1 | 0.49 |
| Hex | F8 | A8 | 0 | 0 | 20 | 64 | 3 | 29 | 64 | 31 |
| Octal | 370 | 250 | 0 | 0 | 40 | 144 | 3 | 51 | 144 | 61 |
| Binary | 11111000 | 10101000 | 0 | 0 | 100000 | 1100100 | 11 | 101001 | 1100100 | 110001 |
Color Harmonies of #F8A800
Complementary color
Monochromatic Colors of #F8A800
Black with #F8A800
Text Example
Text Example
White with #F8A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A800; }
p { color: rgb(248,168,0); }
H1.HeaderClassName
{
color: #F8A800;
}
.AnyTagClassName
{
color: #F8A800;
}
</style>
background-color css
<style>
a { background-color: #F8A800; }
a { background-color: rgb(248,168,0); }
div.DivClassName
{
background-color: #F8A800;
}
.BgClassName
{
background-color: #F8A800;
}
</style>
border-color css
<style>
span { border-color: #F8A800; }
span { border-color: rgb(248,168,0); }
td.TdClassName
{
border-color: #F8A800;
}
.TagClassName
{
border-color: #F8A800;
}
</style>