Shades of Saffron #F6C536
Tints of Saffron #F6C536
RGB
CMYK
RGB Variations
Color information
#F6C536 (or 0xF6C536) is known color: Saffron. HEX triplet: F6, C5 and 36. RGB value is (246,197,54). Sum of RGB (Red+Green+Blue) = 246+197+54=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C536 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C536 is #093AC9. Grayscale: #C3C3C3. Windows color (decimal): -604874 or 3589622. OLE color: 3589622.
HSL color Cylindrical-coordinate representation of color #F6C536: hue angle of 44.69º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6C536 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 197 | 54 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.04 |
| HSL | 44.69º | 0.91% | 0.59% | - |
| HSV(B) | 44.69º | 0.78% | 0.96% | - |
| XYZ | 58.64 | 59.79 | 11.94 | - |
| YUV | 195.35 | 48.23 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 197 | 54 | 0 | 0.20 | 0.78 | 0.04 | 44.69 | 0.91 | 0.59 |
| Hex | F6 | C5 | 36 | 0 | 14 | 4E | 4 | 2D | 5B | 3B |
| Octal | 366 | 305 | 66 | 0 | 24 | 116 | 4 | 55 | 133 | 73 |
| Binary | 11110110 | 11000101 | 110110 | 0 | 10100 | 1001110 | 100 | 101101 | 1011011 | 111011 |
Color Harmonies of #F6C536
Complementary color
Monochromatic Colors of #F6C536
Black with #F6C536
Text Example
Text Example
White with #F6C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C536; }
p { color: rgb(246,197,54); }
H1.HeaderClassName
{
color: #F6C536;
}
.AnyTagClassName
{
color: #F6C536;
}
</style>
background-color css
<style>
a { background-color: #F6C536; }
a { background-color: rgb(246,197,54); }
div.DivClassName
{
background-color: #F6C536;
}
.BgClassName
{
background-color: #F6C536;
}
</style>
border-color css
<style>
span { border-color: #F6C536; }
span { border-color: rgb(246,197,54); }
td.TdClassName
{
border-color: #F6C536;
}
.TagClassName
{
border-color: #F6C536;
}
</style>