Shades of Saffron #F8C72E
Tints of Saffron #F8C72E
RGB
CMYK
RGB Variations
Color information
#F8C72E (or 0xF8C72E) is known color: Saffron. HEX triplet: F8, C7 and 2E. RGB value is (248,199,46). Sum of RGB (Red+Green+Blue) = 248+199+46=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C72E is #0738D1. Grayscale: #C4C4C4. Windows color (decimal): -473298 or 3065848. OLE color: 3065848.
HSL color Cylindrical-coordinate representation of color #F8C72E: hue angle of 45.45º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8C72E is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 46 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.03 |
| HSL | 45.45º | 0.94% | 0.58% | - |
| HSV(B) | 45.45º | 0.81% | 0.97% | - |
| XYZ | 59.63 | 61 | 11.22 | - |
| YUV | 196.21 | 43.23 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 46 | 0 | 0.20 | 0.81 | 0.03 | 45.45 | 0.94 | 0.58 |
| Hex | F8 | C7 | 2E | 0 | 14 | 51 | 3 | 2D | 5E | 3A |
| Octal | 370 | 307 | 56 | 0 | 24 | 121 | 3 | 55 | 136 | 72 |
| Binary | 11111000 | 11000111 | 101110 | 0 | 10100 | 1010001 | 11 | 101101 | 1011110 | 111010 |
Color Harmonies of #F8C72E
Complementary color
Monochromatic Colors of #F8C72E
Black with #F8C72E
Text Example
Text Example
White with #F8C72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C72E; }
p { color: rgb(248,199,46); }
H1.HeaderClassName
{
color: #F8C72E;
}
.AnyTagClassName
{
color: #F8C72E;
}
</style>
background-color css
<style>
a { background-color: #F8C72E; }
a { background-color: rgb(248,199,46); }
div.DivClassName
{
background-color: #F8C72E;
}
.BgClassName
{
background-color: #F8C72E;
}
</style>
border-color css
<style>
span { border-color: #F8C72E; }
span { border-color: rgb(248,199,46); }
td.TdClassName
{
border-color: #F8C72E;
}
.TagClassName
{
border-color: #F8C72E;
}
</style>