Shades of Saffron #F9C62E
Tints of Saffron #F9C62E
RGB
CMYK
RGB Variations
Color information
#F9C62E (or 0xF9C62E) is known color: Saffron. HEX triplet: F9, C6 and 2E. RGB value is (249,198,46). Sum of RGB (Red+Green+Blue) = 249+198+46=493 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.51% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C62E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C62E is #0639D1. Grayscale: #C4C4C4. Windows color (decimal): -408018 or 3065593. OLE color: 3065593.
HSL color Cylindrical-coordinate representation of color #F9C62E: hue angle of 44.93º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9C62E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 46 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.02 |
| HSL | 44.93º | 0.94% | 0.58% | - |
| HSV(B) | 44.93º | 0.82% | 0.98% | - |
| XYZ | 59.75 | 60.73 | 11.16 | - |
| YUV | 195.92 | 43.4 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 46 | 0 | 0.20 | 0.82 | 0.02 | 44.93 | 0.94 | 0.58 |
| Hex | F9 | C6 | 2E | 0 | 14 | 52 | 2 | 2D | 5E | 3A |
| Octal | 371 | 306 | 56 | 0 | 24 | 122 | 2 | 55 | 136 | 72 |
| Binary | 11111001 | 11000110 | 101110 | 0 | 10100 | 1010010 | 10 | 101101 | 1011110 | 111010 |
Color Harmonies of #F9C62E
Complementary color
Monochromatic Colors of #F9C62E
Black with #F9C62E
Text Example
Text Example
White with #F9C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C62E; }
p { color: rgb(249,198,46); }
H1.HeaderClassName
{
color: #F9C62E;
}
.AnyTagClassName
{
color: #F9C62E;
}
</style>
background-color css
<style>
a { background-color: #F9C62E; }
a { background-color: rgb(249,198,46); }
div.DivClassName
{
background-color: #F9C62E;
}
.BgClassName
{
background-color: #F9C62E;
}
</style>
border-color css
<style>
span { border-color: #F9C62E; }
span { border-color: rgb(249,198,46); }
td.TdClassName
{
border-color: #F9C62E;
}
.TagClassName
{
border-color: #F9C62E;
}
</style>