Shades of Saffron #F7C53D
Tints of Saffron #F7C53D
RGB
CMYK
RGB Variations
Color information
#F7C53D (or 0xF7C53D) is known color: Saffron. HEX triplet: F7, C5 and 3D. RGB value is (247,197,61). Sum of RGB (Red+Green+Blue) = 247+197+61=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C53D is #083AC2. Grayscale: #C5C5C5. Windows color (decimal): -539331 or 4048375. OLE color: 4048375.
HSL color Cylindrical-coordinate representation of color #F7C53D: hue angle of 43.87º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F7C53D is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 61 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.03 |
| HSL | 43.87º | 0.92% | 0.6% | - |
| HSV(B) | 43.87º | 0.75% | 0.97% | - |
| XYZ | 59.17 | 60.04 | 12.89 | - |
| YUV | 196.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 61 | 0 | 0.20 | 0.75 | 0.03 | 43.87 | 0.92 | 0.6 |
| Hex | F7 | C5 | 3D | 0 | 14 | 4B | 3 | 2C | 5C | 3C |
| Octal | 367 | 305 | 75 | 0 | 24 | 113 | 3 | 54 | 134 | 74 |
| Binary | 11110111 | 11000101 | 111101 | 0 | 10100 | 1001011 | 11 | 101100 | 1011100 | 111100 |
Color Harmonies of #F7C53D
Complementary color
Monochromatic Colors of #F7C53D
Black with #F7C53D
Text Example
Text Example
White with #F7C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C53D; }
p { color: rgb(247,197,61); }
H1.HeaderClassName
{
color: #F7C53D;
}
.AnyTagClassName
{
color: #F7C53D;
}
</style>
background-color css
<style>
a { background-color: #F7C53D; }
a { background-color: rgb(247,197,61); }
div.DivClassName
{
background-color: #F7C53D;
}
.BgClassName
{
background-color: #F7C53D;
}
</style>
border-color css
<style>
span { border-color: #F7C53D; }
span { border-color: rgb(247,197,61); }
td.TdClassName
{
border-color: #F7C53D;
}
.TagClassName
{
border-color: #F7C53D;
}
</style>