Shades of Saffron #F6C436
Tints of Saffron #F6C436
RGB
CMYK
RGB Variations
Color information
#F6C436 (or 0xF6C436) is known color: Saffron. HEX triplet: F6, C4 and 36. RGB value is (246,196,54). Sum of RGB (Red+Green+Blue) = 246+196+54=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 54 (21.48% from 255 or 10.89% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C436 is #093BC9. Grayscale: #C3C3C3. Windows color (decimal): -605130 or 3589366. OLE color: 3589366.
HSL color Cylindrical-coordinate representation of color #F6C436: hue angle of 44.38º 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 #F6C436 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 54 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.04 |
| HSL | 44.38º | 0.91% | 0.59% | - |
| HSV(B) | 44.38º | 0.78% | 0.96% | - |
| XYZ | 58.41 | 59.34 | 11.86 | - |
| YUV | 194.76 | 48.57 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 54 | 0 | 0.20 | 0.78 | 0.04 | 44.38 | 0.91 | 0.59 |
| Hex | F6 | C4 | 36 | 0 | 14 | 4E | 4 | 2C | 5B | 3B |
| Octal | 366 | 304 | 66 | 0 | 24 | 116 | 4 | 54 | 133 | 73 |
| Binary | 11110110 | 11000100 | 110110 | 0 | 10100 | 1001110 | 100 | 101100 | 1011011 | 111011 |
Color Harmonies of #F6C436
Complementary color
Monochromatic Colors of #F6C436
Black with #F6C436
Text Example
Text Example
White with #F6C436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C436; }
p { color: rgb(246,196,54); }
H1.HeaderClassName
{
color: #F6C436;
}
.AnyTagClassName
{
color: #F6C436;
}
</style>
background-color css
<style>
a { background-color: #F6C436; }
a { background-color: rgb(246,196,54); }
div.DivClassName
{
background-color: #F6C436;
}
.BgClassName
{
background-color: #F6C436;
}
</style>
border-color css
<style>
span { border-color: #F6C436; }
span { border-color: rgb(246,196,54); }
td.TdClassName
{
border-color: #F6C436;
}
.TagClassName
{
border-color: #F6C436;
}
</style>