Shades of Orange #F8A901
Tints of Orange #F8A901
RGB
CMYK
RGB Variations
Color information
#F8A901 (or 0xF8A901) is known color: Orange. HEX triplet: F8, A9 and 01. RGB value is (248,169,1). Sum of RGB (Red+Green+Blue) = 248+169+1=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A901 is #0756FE. Grayscale: #AEAEAE. Windows color (decimal): -481023 or 109048. OLE color: 109048.
HSL color Cylindrical-coordinate representation of color #F8A901: hue angle of 40.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8A901 is Cyan = 0, Magento = 0.32, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 1 | - |
| CMYK | 0 | 0.32 | 1.00 | 0.03 |
| HSL | 40.81º | 0.99% | 0.49% | - |
| HSV(B) | 40.81º | 1% | 0.97% | - |
| XYZ | 52.9 | 48.33 | 6.57 | - |
| YUV | 173.47 | 30.67 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 1 | 0 | 0.32 | 1.00 | 0.03 | 40.81 | 0.99 | 0.49 |
| Hex | F8 | A9 | 1 | 0 | 20 | 64 | 3 | 29 | 63 | 31 |
| Octal | 370 | 251 | 1 | 0 | 40 | 144 | 3 | 51 | 143 | 61 |
| Binary | 11111000 | 10101001 | 1 | 0 | 100000 | 1100100 | 11 | 101001 | 1100011 | 110001 |
Color Harmonies of #F8A901
Complementary color
Monochromatic Colors of #F8A901
Black with #F8A901
Text Example
Text Example
White with #F8A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A901; }
p { color: rgb(248,169,1); }
H1.HeaderClassName
{
color: #F8A901;
}
.AnyTagClassName
{
color: #F8A901;
}
</style>
background-color css
<style>
a { background-color: #F8A901; }
a { background-color: rgb(248,169,1); }
div.DivClassName
{
background-color: #F8A901;
}
.BgClassName
{
background-color: #F8A901;
}
</style>
border-color css
<style>
span { border-color: #F8A901; }
span { border-color: rgb(248,169,1); }
td.TdClassName
{
border-color: #F8A901;
}
.TagClassName
{
border-color: #F8A901;
}
</style>