Shades of Saffron #F7C336
Tints of Saffron #F7C336
RGB
CMYK
RGB Variations
Color information
#F7C336 (or 0xF7C336) is known color: Saffron. HEX triplet: F7, C3 and 36. RGB value is (247,195,54). Sum of RGB (Red+Green+Blue) = 247+195+54=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 54 (21.48% from 255 or 10.89% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C336 is #083CC9. Grayscale: #C3C3C3. Windows color (decimal): -539850 or 3589111. OLE color: 3589111.
HSL color Cylindrical-coordinate representation of color #F7C336: hue angle of 43.83º 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 #F7C336 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 195 | 54 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.03 |
| HSL | 43.83º | 0.92% | 0.59% | - |
| HSV(B) | 43.83º | 0.78% | 0.97% | - |
| XYZ | 58.54 | 59.07 | 11.81 | - |
| YUV | 194.47 | 48.73 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 195 | 54 | 0 | 0.21 | 0.78 | 0.03 | 43.83 | 0.92 | 0.59 |
| Hex | F7 | C3 | 36 | 0 | 15 | 4E | 3 | 2C | 5C | 3B |
| Octal | 367 | 303 | 66 | 0 | 25 | 116 | 3 | 54 | 134 | 73 |
| Binary | 11110111 | 11000011 | 110110 | 0 | 10101 | 1001110 | 11 | 101100 | 1011100 | 111011 |
Color Harmonies of #F7C336
Complementary color
Monochromatic Colors of #F7C336
Black with #F7C336
Text Example
Text Example
White with #F7C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C336; }
p { color: rgb(247,195,54); }
H1.HeaderClassName
{
color: #F7C336;
}
.AnyTagClassName
{
color: #F7C336;
}
</style>
background-color css
<style>
a { background-color: #F7C336; }
a { background-color: rgb(247,195,54); }
div.DivClassName
{
background-color: #F7C336;
}
.BgClassName
{
background-color: #F7C336;
}
</style>
border-color css
<style>
span { border-color: #F7C336; }
span { border-color: rgb(247,195,54); }
td.TdClassName
{
border-color: #F7C336;
}
.TagClassName
{
border-color: #F7C336;
}
</style>