Shades of Saffron #F8C739
Tints of Saffron #F8C739
RGB
CMYK
RGB Variations
Color information
#F8C739 (or 0xF8C739) is known color: Saffron. HEX triplet: F8, C7 and 39. RGB value is (248,199,57). Sum of RGB (Red+Green+Blue) = 248+199+57=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 57 (22.66% from 255 or 11.31% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C739 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C739 is #0738C6. Grayscale: #C6C6C6. Windows color (decimal): -473287 or 3786744. OLE color: 3786744.
HSL color Cylindrical-coordinate representation of color #F8C739: hue angle of 44.61º 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 #F8C739 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 199 | 57 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.03 |
| HSL | 44.61º | 0.93% | 0.6% | - |
| HSV(B) | 44.61º | 0.77% | 0.97% | - |
| XYZ | 59.87 | 61.1 | 12.51 | - |
| YUV | 197.46 | 48.73 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 199 | 57 | 0 | 0.20 | 0.77 | 0.03 | 44.61 | 0.93 | 0.6 |
| Hex | F8 | C7 | 39 | 0 | 14 | 4D | 3 | 2D | 5D | 3C |
| Octal | 370 | 307 | 71 | 0 | 24 | 115 | 3 | 55 | 135 | 74 |
| Binary | 11111000 | 11000111 | 111001 | 0 | 10100 | 1001101 | 11 | 101101 | 1011101 | 111100 |
Color Harmonies of #F8C739
Complementary color
Monochromatic Colors of #F8C739
Black with #F8C739
Text Example
Text Example
White with #F8C739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C739; }
p { color: rgb(248,199,57); }
H1.HeaderClassName
{
color: #F8C739;
}
.AnyTagClassName
{
color: #F8C739;
}
</style>
background-color css
<style>
a { background-color: #F8C739; }
a { background-color: rgb(248,199,57); }
div.DivClassName
{
background-color: #F8C739;
}
.BgClassName
{
background-color: #F8C739;
}
</style>
border-color css
<style>
span { border-color: #F8C739; }
span { border-color: rgb(248,199,57); }
td.TdClassName
{
border-color: #F8C739;
}
.TagClassName
{
border-color: #F8C739;
}
</style>