Shades of Saffron #F7C440
Tints of Saffron #F7C440
RGB
CMYK
RGB Variations
Color information
#F7C440 (or 0xF7C440) is known color: Saffron. HEX triplet: F7, C4 and 40. RGB value is (247,196,64). Sum of RGB (Red+Green+Blue) = 247+196+64=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C440 is #083BBF. Grayscale: #C4C4C4. Windows color (decimal): -539584 or 4244727. OLE color: 4244727.
HSL color Cylindrical-coordinate representation of color #F7C440: hue angle of 43.28º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F7C440 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 64 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.03 |
| HSL | 43.28º | 0.92% | 0.61% | - |
| HSV(B) | 43.28º | 0.74% | 0.97% | - |
| XYZ | 59.02 | 59.62 | 13.25 | - |
| YUV | 196.2 | 53.4 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 64 | 0 | 0.21 | 0.74 | 0.03 | 43.28 | 0.92 | 0.61 |
| Hex | F7 | C4 | 40 | 0 | 15 | 4A | 3 | 2B | 5C | 3D |
| Octal | 367 | 304 | 100 | 0 | 25 | 112 | 3 | 53 | 134 | 75 |
| Binary | 11110111 | 11000100 | 1000000 | 0 | 10101 | 1001010 | 11 | 101011 | 1011100 | 111101 |
Color Harmonies of #F7C440
Complementary color
Monochromatic Colors of #F7C440
Black with #F7C440
Text Example
Text Example
White with #F7C440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C440; }
p { color: rgb(247,196,64); }
H1.HeaderClassName
{
color: #F7C440;
}
.AnyTagClassName
{
color: #F7C440;
}
</style>
background-color css
<style>
a { background-color: #F7C440; }
a { background-color: rgb(247,196,64); }
div.DivClassName
{
background-color: #F7C440;
}
.BgClassName
{
background-color: #F7C440;
}
</style>
border-color css
<style>
span { border-color: #F7C440; }
span { border-color: rgb(247,196,64); }
td.TdClassName
{
border-color: #F7C440;
}
.TagClassName
{
border-color: #F7C440;
}
</style>