Shades of Saffron #F8C038
Tints of Saffron #F8C038
RGB
CMYK
RGB Variations
Color information
#F8C038 (or 0xF8C038) is known color: Saffron. HEX triplet: F8, C0 and 38. RGB value is (248,192,56). Sum of RGB (Red+Green+Blue) = 248+192+56=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 56 (22.27% from 255 or 11.29% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C038 is #073FC7. Grayscale: #C1C1C1. Windows color (decimal): -475080 or 3719416. OLE color: 3719416.
HSL color Cylindrical-coordinate representation of color #F8C038: hue angle of 42.5º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8C038 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 56 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.03 |
| HSL | 42.5º | 0.93% | 0.6% | - |
| HSV(B) | 42.5º | 0.77% | 0.97% | - |
| XYZ | 58.27 | 57.94 | 11.85 | - |
| YUV | 193.24 | 50.55 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 56 | 0 | 0.23 | 0.77 | 0.03 | 42.5 | 0.93 | 0.6 |
| Hex | F8 | C0 | 38 | 0 | 17 | 4D | 3 | 2A | 5D | 3C |
| Octal | 370 | 300 | 70 | 0 | 27 | 115 | 3 | 52 | 135 | 74 |
| Binary | 11111000 | 11000000 | 111000 | 0 | 10111 | 1001101 | 11 | 101010 | 1011101 | 111100 |
Color Harmonies of #F8C038
Complementary color
Monochromatic Colors of #F8C038
Black with #F8C038
Text Example
Text Example
White with #F8C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C038; }
p { color: rgb(248,192,56); }
H1.HeaderClassName
{
color: #F8C038;
}
.AnyTagClassName
{
color: #F8C038;
}
</style>
background-color css
<style>
a { background-color: #F8C038; }
a { background-color: rgb(248,192,56); }
div.DivClassName
{
background-color: #F8C038;
}
.BgClassName
{
background-color: #F8C038;
}
</style>
border-color css
<style>
span { border-color: #F8C038; }
span { border-color: rgb(248,192,56); }
td.TdClassName
{
border-color: #F8C038;
}
.TagClassName
{
border-color: #F8C038;
}
</style>