Shades of Saffron #F8C13B
Tints of Saffron #F8C13B
RGB
CMYK
RGB Variations
Color information
#F8C13B (or 0xF8C13B) is known color: Saffron. HEX triplet: F8, C1 and 3B. RGB value is (248,193,59). Sum of RGB (Red+Green+Blue) = 248+193+59=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 193 (75.78% from 255 or 38.6% from 500); Blue value is 59 (23.44% from 255 or 11.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C13B is #073EC4. Grayscale: #C2C2C2. Windows color (decimal): -474821 or 3916280. OLE color: 3916280.
HSL color Cylindrical-coordinate representation of color #F8C13B: hue angle of 42.54º 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 #F8C13B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 193 | 59 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.03 |
| HSL | 42.54º | 0.93% | 0.6% | - |
| HSV(B) | 42.54º | 0.76% | 0.97% | - |
| XYZ | 58.57 | 58.41 | 12.33 | - |
| YUV | 194.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 193 | 59 | 0 | 0.22 | 0.76 | 0.03 | 42.54 | 0.93 | 0.6 |
| Hex | F8 | C1 | 3B | 0 | 16 | 4C | 3 | 2B | 5D | 3C |
| Octal | 370 | 301 | 73 | 0 | 26 | 114 | 3 | 53 | 135 | 74 |
| Binary | 11111000 | 11000001 | 111011 | 0 | 10110 | 1001100 | 11 | 101011 | 1011101 | 111100 |
Color Harmonies of #F8C13B
Complementary color
Monochromatic Colors of #F8C13B
Black with #F8C13B
Text Example
Text Example
White with #F8C13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C13B; }
p { color: rgb(248,193,59); }
H1.HeaderClassName
{
color: #F8C13B;
}
.AnyTagClassName
{
color: #F8C13B;
}
</style>
background-color css
<style>
a { background-color: #F8C13B; }
a { background-color: rgb(248,193,59); }
div.DivClassName
{
background-color: #F8C13B;
}
.BgClassName
{
background-color: #F8C13B;
}
</style>
border-color css
<style>
span { border-color: #F8C13B; }
span { border-color: rgb(248,193,59); }
td.TdClassName
{
border-color: #F8C13B;
}
.TagClassName
{
border-color: #F8C13B;
}
</style>