Shades of Saffron #F8C23C
Tints of Saffron #F8C23C
RGB
CMYK
RGB Variations
Color information
#F8C23C (or 0xF8C23C) is known color: Saffron. HEX triplet: F8, C2 and 3C. RGB value is (248,194,60). Sum of RGB (Red+Green+Blue) = 248+194+60=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C23C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C23C is #073DC3. Grayscale: #C3C3C3. Windows color (decimal): -474564 or 3982072. OLE color: 3982072.
HSL color Cylindrical-coordinate representation of color #F8C23C: hue angle of 42.77º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F8C23C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 194 | 60 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.03 |
| HSL | 42.77º | 0.93% | 0.6% | - |
| HSV(B) | 42.77º | 0.76% | 0.97% | - |
| XYZ | 58.82 | 58.87 | 12.54 | - |
| YUV | 194.87 | 51.89 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 194 | 60 | 0 | 0.22 | 0.76 | 0.03 | 42.77 | 0.93 | 0.6 |
| Hex | F8 | C2 | 3C | 0 | 16 | 4C | 3 | 2B | 5D | 3C |
| Octal | 370 | 302 | 74 | 0 | 26 | 114 | 3 | 53 | 135 | 74 |
| Binary | 11111000 | 11000010 | 111100 | 0 | 10110 | 1001100 | 11 | 101011 | 1011101 | 111100 |
Color Harmonies of #F8C23C
Complementary color
Monochromatic Colors of #F8C23C
Black with #F8C23C
Text Example
Text Example
White with #F8C23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C23C; }
p { color: rgb(248,194,60); }
H1.HeaderClassName
{
color: #F8C23C;
}
.AnyTagClassName
{
color: #F8C23C;
}
</style>
background-color css
<style>
a { background-color: #F8C23C; }
a { background-color: rgb(248,194,60); }
div.DivClassName
{
background-color: #F8C23C;
}
.BgClassName
{
background-color: #F8C23C;
}
</style>
border-color css
<style>
span { border-color: #F8C23C; }
span { border-color: rgb(248,194,60); }
td.TdClassName
{
border-color: #F8C23C;
}
.TagClassName
{
border-color: #F8C23C;
}
</style>