Shades of Saffron #F7C536
Tints of Saffron #F7C536
RGB
CMYK
RGB Variations
Color information
#F7C536 (or 0xF7C536) is known color: Saffron. HEX triplet: F7, C5 and 36. RGB value is (247,197,54). Sum of RGB (Red+Green+Blue) = 247+197+54=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C536 is #083AC9. Grayscale: #C4C4C4. Windows color (decimal): -539338 or 3589623. OLE color: 3589623.
HSL color Cylindrical-coordinate representation of color #F7C536: hue angle of 44.46º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F7C536 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 54 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.03 |
| HSL | 44.46º | 0.92% | 0.59% | - |
| HSV(B) | 44.46º | 0.78% | 0.97% | - |
| XYZ | 58.99 | 59.97 | 11.96 | - |
| YUV | 195.65 | 48.07 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 54 | 0 | 0.20 | 0.78 | 0.03 | 44.46 | 0.92 | 0.59 |
| Hex | F7 | C5 | 36 | 0 | 14 | 4E | 3 | 2C | 5C | 3B |
| Octal | 367 | 305 | 66 | 0 | 24 | 116 | 3 | 54 | 134 | 73 |
| Binary | 11110111 | 11000101 | 110110 | 0 | 10100 | 1001110 | 11 | 101100 | 1011100 | 111011 |
Color Harmonies of #F7C536
Complementary color
Monochromatic Colors of #F7C536
Black with #F7C536
Text Example
Text Example
White with #F7C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C536; }
p { color: rgb(247,197,54); }
H1.HeaderClassName
{
color: #F7C536;
}
.AnyTagClassName
{
color: #F7C536;
}
</style>
background-color css
<style>
a { background-color: #F7C536; }
a { background-color: rgb(247,197,54); }
div.DivClassName
{
background-color: #F7C536;
}
.BgClassName
{
background-color: #F7C536;
}
</style>
border-color css
<style>
span { border-color: #F7C536; }
span { border-color: rgb(247,197,54); }
td.TdClassName
{
border-color: #F7C536;
}
.TagClassName
{
border-color: #F7C536;
}
</style>