Shades of Saffron #F8C833
Tints of Saffron #F8C833
RGB
CMYK
RGB Variations
Color information
#F8C833 (or 0xF8C833) is known color: Saffron. HEX triplet: F8, C8 and 33. RGB value is (248,200,51). Sum of RGB (Red+Green+Blue) = 248+200+51=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 51 (20.31% from 255 or 10.22% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C833 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C833 is #0737CC. Grayscale: #C6C6C6. Windows color (decimal): -473037 or 3393784. OLE color: 3393784.
HSL color Cylindrical-coordinate representation of color #F8C833: hue angle of 45.38º 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 #F8C833 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 200 | 51 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.03 |
| HSL | 45.38º | 0.93% | 0.59% | - |
| HSV(B) | 45.38º | 0.79% | 0.97% | - |
| XYZ | 59.96 | 61.5 | 11.84 | - |
| YUV | 197.37 | 45.4 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 200 | 51 | 0 | 0.19 | 0.79 | 0.03 | 45.38 | 0.93 | 0.59 |
| Hex | F8 | C8 | 33 | 0 | 13 | 4F | 3 | 2D | 5D | 3B |
| Octal | 370 | 310 | 63 | 0 | 23 | 117 | 3 | 55 | 135 | 73 |
| Binary | 11111000 | 11001000 | 110011 | 0 | 10011 | 1001111 | 11 | 101101 | 1011101 | 111011 |
Color Harmonies of #F8C833
Complementary color
Monochromatic Colors of #F8C833
Black with #F8C833
Text Example
Text Example
White with #F8C833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C833; }
p { color: rgb(248,200,51); }
H1.HeaderClassName
{
color: #F8C833;
}
.AnyTagClassName
{
color: #F8C833;
}
</style>
background-color css
<style>
a { background-color: #F8C833; }
a { background-color: rgb(248,200,51); }
div.DivClassName
{
background-color: #F8C833;
}
.BgClassName
{
background-color: #F8C833;
}
</style>
border-color css
<style>
span { border-color: #F8C833; }
span { border-color: rgb(248,200,51); }
td.TdClassName
{
border-color: #F8C833;
}
.TagClassName
{
border-color: #F8C833;
}
</style>