Shades of Saffron #F8C03D
Tints of Saffron #F8C03D
RGB
CMYK
RGB Variations
Color information
#F8C03D (or 0xF8C03D) is known color: Saffron. HEX triplet: F8, C0 and 3D. RGB value is (248,192,61). Sum of RGB (Red+Green+Blue) = 248+192+61=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C03D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C03D is #073FC2. Grayscale: #C2C2C2. Windows color (decimal): -475075 or 4047096. OLE color: 4047096.
HSL color Cylindrical-coordinate representation of color #F8C03D: hue angle of 42.03º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8C03D is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 61 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.03 |
| HSL | 42.03º | 0.93% | 0.61% | - |
| HSV(B) | 42.03º | 0.75% | 0.97% | - |
| XYZ | 58.4 | 57.99 | 12.53 | - |
| YUV | 193.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 61 | 0 | 0.23 | 0.75 | 0.03 | 42.03 | 0.93 | 0.61 |
| Hex | F8 | C0 | 3D | 0 | 17 | 4B | 3 | 2A | 5D | 3D |
| Octal | 370 | 300 | 75 | 0 | 27 | 113 | 3 | 52 | 135 | 75 |
| Binary | 11111000 | 11000000 | 111101 | 0 | 10111 | 1001011 | 11 | 101010 | 1011101 | 111101 |
Color Harmonies of #F8C03D
Complementary color
Monochromatic Colors of #F8C03D
Black with #F8C03D
Text Example
Text Example
White with #F8C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C03D; }
p { color: rgb(248,192,61); }
H1.HeaderClassName
{
color: #F8C03D;
}
.AnyTagClassName
{
color: #F8C03D;
}
</style>
background-color css
<style>
a { background-color: #F8C03D; }
a { background-color: rgb(248,192,61); }
div.DivClassName
{
background-color: #F8C03D;
}
.BgClassName
{
background-color: #F8C03D;
}
</style>
border-color css
<style>
span { border-color: #F8C03D; }
span { border-color: rgb(248,192,61); }
td.TdClassName
{
border-color: #F8C03D;
}
.TagClassName
{
border-color: #F8C03D;
}
</style>