Shades of Saffron #F8C333
Tints of Saffron #F8C333
RGB
CMYK
RGB Variations
Color information
#F8C333 (or 0xF8C333) is known color: Saffron. HEX triplet: F8, C3 and 33. RGB value is (248,195,51). Sum of RGB (Red+Green+Blue) = 248+195+51=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 51 (20.31% from 255 or 10.32% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C333 is #073CCC. Grayscale: #C3C3C3. Windows color (decimal): -474317 or 3392504. OLE color: 3392504.
HSL color Cylindrical-coordinate representation of color #F8C333: hue angle of 43.86º 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 #F8C333 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 51 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.03 |
| HSL | 43.86º | 0.93% | 0.59% | - |
| HSV(B) | 43.86º | 0.79% | 0.97% | - |
| XYZ | 58.82 | 59.23 | 11.46 | - |
| YUV | 194.43 | 47.06 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 51 | 0 | 0.21 | 0.79 | 0.03 | 43.86 | 0.93 | 0.59 |
| Hex | F8 | C3 | 33 | 0 | 15 | 4F | 3 | 2C | 5D | 3B |
| Octal | 370 | 303 | 63 | 0 | 25 | 117 | 3 | 54 | 135 | 73 |
| Binary | 11111000 | 11000011 | 110011 | 0 | 10101 | 1001111 | 11 | 101100 | 1011101 | 111011 |
Color Harmonies of #F8C333
Complementary color
Monochromatic Colors of #F8C333
Black with #F8C333
Text Example
Text Example
White with #F8C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C333; }
p { color: rgb(248,195,51); }
H1.HeaderClassName
{
color: #F8C333;
}
.AnyTagClassName
{
color: #F8C333;
}
</style>
background-color css
<style>
a { background-color: #F8C333; }
a { background-color: rgb(248,195,51); }
div.DivClassName
{
background-color: #F8C333;
}
.BgClassName
{
background-color: #F8C333;
}
</style>
border-color css
<style>
span { border-color: #F8C333; }
span { border-color: rgb(248,195,51); }
td.TdClassName
{
border-color: #F8C333;
}
.TagClassName
{
border-color: #F8C333;
}
</style>