Shades of Saffron #F9C62B
Tints of Saffron #F9C62B
RGB
CMYK
RGB Variations
Color information
#F9C62B (or 0xF9C62B) is known color: Saffron. HEX triplet: F9, C6 and 2B. RGB value is (249,198,43). Sum of RGB (Red+Green+Blue) = 249+198+43=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C62B is #0639D4. Grayscale: #C4C4C4. Windows color (decimal): -408021 or 2868985. OLE color: 2868985.
HSL color Cylindrical-coordinate representation of color #F9C62B: hue angle of 45.15º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9C62B is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 198 | 43 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.02 |
| HSL | 45.15º | 0.94% | 0.57% | - |
| HSV(B) | 45.15º | 0.83% | 0.98% | - |
| XYZ | 59.7 | 60.7 | 10.86 | - |
| YUV | 195.58 | 41.9 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 198 | 43 | 0 | 0.20 | 0.83 | 0.02 | 45.15 | 0.94 | 0.57 |
| Hex | F9 | C6 | 2B | 0 | 14 | 53 | 2 | 2D | 5E | 39 |
| Octal | 371 | 306 | 53 | 0 | 24 | 123 | 2 | 55 | 136 | 71 |
| Binary | 11111001 | 11000110 | 101011 | 0 | 10100 | 1010011 | 10 | 101101 | 1011110 | 111001 |
Color Harmonies of #F9C62B
Complementary color
Monochromatic Colors of #F9C62B
Black with #F9C62B
Text Example
Text Example
White with #F9C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C62B; }
p { color: rgb(249,198,43); }
H1.HeaderClassName
{
color: #F9C62B;
}
.AnyTagClassName
{
color: #F9C62B;
}
</style>
background-color css
<style>
a { background-color: #F9C62B; }
a { background-color: rgb(249,198,43); }
div.DivClassName
{
background-color: #F9C62B;
}
.BgClassName
{
background-color: #F9C62B;
}
</style>
border-color css
<style>
span { border-color: #F9C62B; }
span { border-color: rgb(249,198,43); }
td.TdClassName
{
border-color: #F9C62B;
}
.TagClassName
{
border-color: #F9C62B;
}
</style>