Shades of Saffron #F8C032
Tints of Saffron #F8C032
RGB
CMYK
RGB Variations
Color information
#F8C032 (or 0xF8C032) is known color: Saffron. HEX triplet: F8, C0 and 32. RGB value is (248,192,50). Sum of RGB (Red+Green+Blue) = 248+192+50=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C032 is #073FCD. Grayscale: #C1C1C1. Windows color (decimal): -475086 or 3326200. OLE color: 3326200.
HSL color Cylindrical-coordinate representation of color #F8C032: hue angle of 43.03º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8C032 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 50 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.03 |
| HSL | 43.03º | 0.93% | 0.58% | - |
| HSV(B) | 43.03º | 0.8% | 0.97% | - |
| XYZ | 58.14 | 57.89 | 11.13 | - |
| YUV | 192.56 | 47.55 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 50 | 0 | 0.23 | 0.80 | 0.03 | 43.03 | 0.93 | 0.58 |
| Hex | F8 | C0 | 32 | 0 | 17 | 50 | 3 | 2B | 5D | 3A |
| Octal | 370 | 300 | 62 | 0 | 27 | 120 | 3 | 53 | 135 | 72 |
| Binary | 11111000 | 11000000 | 110010 | 0 | 10111 | 1010000 | 11 | 101011 | 1011101 | 111010 |
Color Harmonies of #F8C032
Complementary color
Monochromatic Colors of #F8C032
Black with #F8C032
Text Example
Text Example
White with #F8C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C032; }
p { color: rgb(248,192,50); }
H1.HeaderClassName
{
color: #F8C032;
}
.AnyTagClassName
{
color: #F8C032;
}
</style>
background-color css
<style>
a { background-color: #F8C032; }
a { background-color: rgb(248,192,50); }
div.DivClassName
{
background-color: #F8C032;
}
.BgClassName
{
background-color: #F8C032;
}
</style>
border-color css
<style>
span { border-color: #F8C032; }
span { border-color: rgb(248,192,50); }
td.TdClassName
{
border-color: #F8C032;
}
.TagClassName
{
border-color: #F8C032;
}
</style>