Shades of Saffron #F8C331
Tints of Saffron #F8C331
RGB
CMYK
RGB Variations
Color information
#F8C331 (or 0xF8C331) is known color: Saffron. HEX triplet: F8, C3 and 31. RGB value is (248,195,49). Sum of RGB (Red+Green+Blue) = 248+195+49=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C331 is #073CCE. Grayscale: #C2C2C2. Windows color (decimal): -474319 or 3261432. OLE color: 3261432.
HSL color Cylindrical-coordinate representation of color #F8C331: hue angle of 44.02º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8C331 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 195 | 49 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.03 |
| HSL | 44.02º | 0.93% | 0.58% | - |
| HSV(B) | 44.02º | 0.8% | 0.97% | - |
| XYZ | 58.78 | 59.21 | 11.24 | - |
| YUV | 194.2 | 46.06 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 195 | 49 | 0 | 0.21 | 0.80 | 0.03 | 44.02 | 0.93 | 0.58 |
| Hex | F8 | C3 | 31 | 0 | 15 | 50 | 3 | 2C | 5D | 3A |
| Octal | 370 | 303 | 61 | 0 | 25 | 120 | 3 | 54 | 135 | 72 |
| Binary | 11111000 | 11000011 | 110001 | 0 | 10101 | 1010000 | 11 | 101100 | 1011101 | 111010 |
Color Harmonies of #F8C331
Complementary color
Monochromatic Colors of #F8C331
Black with #F8C331
Text Example
Text Example
White with #F8C331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C331; }
p { color: rgb(248,195,49); }
H1.HeaderClassName
{
color: #F8C331;
}
.AnyTagClassName
{
color: #F8C331;
}
</style>
background-color css
<style>
a { background-color: #F8C331; }
a { background-color: rgb(248,195,49); }
div.DivClassName
{
background-color: #F8C331;
}
.BgClassName
{
background-color: #F8C331;
}
</style>
border-color css
<style>
span { border-color: #F8C331; }
span { border-color: rgb(248,195,49); }
td.TdClassName
{
border-color: #F8C331;
}
.TagClassName
{
border-color: #F8C331;
}
</style>