Shades of Saffron #F7C431
Tints of Saffron #F7C431
RGB
CMYK
RGB Variations
Color information
#F7C431 (or 0xF7C431) is known color: Saffron. HEX triplet: F7, C4 and 31. RGB value is (247,196,49). Sum of RGB (Red+Green+Blue) = 247+196+49=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7C431 is #083BCE. Grayscale: #C3C3C3. Windows color (decimal): -539599 or 3261687. OLE color: 3261687.
HSL color Cylindrical-coordinate representation of color #F7C431: hue angle of 44.55º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7C431 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 49 | - |
| CMYK | 0 | 0.21 | 0.80 | 0.03 |
| HSL | 44.55º | 0.93% | 0.58% | - |
| HSV(B) | 44.55º | 0.8% | 0.97% | - |
| XYZ | 58.65 | 59.48 | 11.29 | - |
| YUV | 194.49 | 45.9 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 49 | 0 | 0.21 | 0.80 | 0.03 | 44.55 | 0.93 | 0.58 |
| Hex | F7 | C4 | 31 | 0 | 15 | 50 | 3 | 2D | 5D | 3A |
| Octal | 367 | 304 | 61 | 0 | 25 | 120 | 3 | 55 | 135 | 72 |
| Binary | 11110111 | 11000100 | 110001 | 0 | 10101 | 1010000 | 11 | 101101 | 1011101 | 111010 |
Color Harmonies of #F7C431
Complementary color
Monochromatic Colors of #F7C431
Black with #F7C431
Text Example
Text Example
White with #F7C431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C431; }
p { color: rgb(247,196,49); }
H1.HeaderClassName
{
color: #F7C431;
}
.AnyTagClassName
{
color: #F7C431;
}
</style>
background-color css
<style>
a { background-color: #F7C431; }
a { background-color: rgb(247,196,49); }
div.DivClassName
{
background-color: #F7C431;
}
.BgClassName
{
background-color: #F7C431;
}
</style>
border-color css
<style>
span { border-color: #F7C431; }
span { border-color: rgb(247,196,49); }
td.TdClassName
{
border-color: #F7C431;
}
.TagClassName
{
border-color: #F7C431;
}
</style>