Shades of Saffron #F8C33B
Tints of Saffron #F8C33B
RGB
CMYK
RGB Variations
Color information
#F8C33B (or 0xF8C33B) is known color: Saffron. HEX triplet: F8, C3 and 3B. RGB value is (248,195,59). Sum of RGB (Red+Green+Blue) = 248+195+59=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 59 (23.44% from 255 or 11.75% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C33B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C33B is #073CC4. Grayscale: #C3C3C3. Windows color (decimal): -474309 or 3916792. OLE color: 3916792.
HSL color Cylindrical-coordinate representation of color #F8C33B: hue angle of 43.17º 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 #F8C33B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 59 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.03 |
| HSL | 43.17º | 0.93% | 0.6% | - |
| HSV(B) | 43.17º | 0.76% | 0.97% | - |
| XYZ | 59.02 | 59.3 | 12.47 | - |
| YUV | 195.34 | 51.06 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 59 | 0 | 0.21 | 0.76 | 0.03 | 43.17 | 0.93 | 0.6 |
| Hex | F8 | C3 | 3B | 0 | 15 | 4C | 3 | 2B | 5D | 3C |
| Octal | 370 | 303 | 73 | 0 | 25 | 114 | 3 | 53 | 135 | 74 |
| Binary | 11111000 | 11000011 | 111011 | 0 | 10101 | 1001100 | 11 | 101011 | 1011101 | 111100 |
Color Harmonies of #F8C33B
Complementary color
Monochromatic Colors of #F8C33B
Black with #F8C33B
Text Example
Text Example
White with #F8C33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C33B; }
p { color: rgb(248,195,59); }
H1.HeaderClassName
{
color: #F8C33B;
}
.AnyTagClassName
{
color: #F8C33B;
}
</style>
background-color css
<style>
a { background-color: #F8C33B; }
a { background-color: rgb(248,195,59); }
div.DivClassName
{
background-color: #F8C33B;
}
.BgClassName
{
background-color: #F8C33B;
}
</style>
border-color css
<style>
span { border-color: #F8C33B; }
span { border-color: rgb(248,195,59); }
td.TdClassName
{
border-color: #F8C33B;
}
.TagClassName
{
border-color: #F8C33B;
}
</style>