Shades of Saffron #F8C834
Tints of Saffron #F8C834
RGB
CMYK
RGB Variations
Color information
#F8C834 (or 0xF8C834) is known color: Saffron. HEX triplet: F8, C8 and 34. RGB value is (248,200,52). Sum of RGB (Red+Green+Blue) = 248+200+52=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C834 is #0737CB. Grayscale: #C6C6C6. Windows color (decimal): -473036 or 3459320. OLE color: 3459320.
HSL color Cylindrical-coordinate representation of color #F8C834: hue angle of 45.31º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F8C834 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 52 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.03 |
| HSL | 45.31º | 0.93% | 0.59% | - |
| HSV(B) | 45.31º | 0.79% | 0.97% | - |
| XYZ | 59.99 | 61.51 | 11.96 | - |
| YUV | 197.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 52 | 0 | 0.19 | 0.79 | 0.03 | 45.31 | 0.93 | 0.59 |
| Hex | F8 | C8 | 34 | 0 | 13 | 4F | 3 | 2D | 5D | 3B |
| Octal | 370 | 310 | 64 | 0 | 23 | 117 | 3 | 55 | 135 | 73 |
| Binary | 11111000 | 11001000 | 110100 | 0 | 10011 | 1001111 | 11 | 101101 | 1011101 | 111011 |
Color Harmonies of #F8C834
Complementary color
Monochromatic Colors of #F8C834
Black with #F8C834
Text Example
Text Example
White with #F8C834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C834; }
p { color: rgb(248,200,52); }
H1.HeaderClassName
{
color: #F8C834;
}
.AnyTagClassName
{
color: #F8C834;
}
</style>
background-color css
<style>
a { background-color: #F8C834; }
a { background-color: rgb(248,200,52); }
div.DivClassName
{
background-color: #F8C834;
}
.BgClassName
{
background-color: #F8C834;
}
</style>
border-color css
<style>
span { border-color: #F8C834; }
span { border-color: rgb(248,200,52); }
td.TdClassName
{
border-color: #F8C834;
}
.TagClassName
{
border-color: #F8C834;
}
</style>