Shades of Saffron #F8C738
Tints of Saffron #F8C738
RGB
CMYK
RGB Variations
Color information
#F8C738 (or 0xF8C738) is known color: Saffron. HEX triplet: F8, C7 and 38. RGB value is (248,199,56). Sum of RGB (Red+Green+Blue) = 248+199+56=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C738 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C738 is #0738C7. Grayscale: #C5C5C5. Windows color (decimal): -473288 or 3721208. OLE color: 3721208.
HSL color Cylindrical-coordinate representation of color #F8C738: hue angle of 44.69º 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 #F8C738 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 56 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.03 |
| HSL | 44.69º | 0.93% | 0.6% | - |
| HSV(B) | 44.69º | 0.77% | 0.97% | - |
| XYZ | 59.85 | 61.09 | 12.38 | - |
| YUV | 197.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 56 | 0 | 0.20 | 0.77 | 0.03 | 44.69 | 0.93 | 0.6 |
| Hex | F8 | C7 | 38 | 0 | 14 | 4D | 3 | 2D | 5D | 3C |
| Octal | 370 | 307 | 70 | 0 | 24 | 115 | 3 | 55 | 135 | 74 |
| Binary | 11111000 | 11000111 | 111000 | 0 | 10100 | 1001101 | 11 | 101101 | 1011101 | 111100 |
Color Harmonies of #F8C738
Complementary color
Monochromatic Colors of #F8C738
Black with #F8C738
Text Example
Text Example
White with #F8C738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C738; }
p { color: rgb(248,199,56); }
H1.HeaderClassName
{
color: #F8C738;
}
.AnyTagClassName
{
color: #F8C738;
}
</style>
background-color css
<style>
a { background-color: #F8C738; }
a { background-color: rgb(248,199,56); }
div.DivClassName
{
background-color: #F8C738;
}
.BgClassName
{
background-color: #F8C738;
}
</style>
border-color css
<style>
span { border-color: #F8C738; }
span { border-color: rgb(248,199,56); }
td.TdClassName
{
border-color: #F8C738;
}
.TagClassName
{
border-color: #F8C738;
}
</style>