Shades of Saffron #F9C82B
Tints of Saffron #F9C82B
RGB
CMYK
RGB Variations
Color information
#F9C82B (or 0xF9C82B) is known color: Saffron. HEX triplet: F9, C8 and 2B. RGB value is (249,200,43). Sum of RGB (Red+Green+Blue) = 249+200+43=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C82B is #0637D4. Grayscale: #C5C5C5. Windows color (decimal): -407509 or 2869497. OLE color: 2869497.
HSL color Cylindrical-coordinate representation of color #F9C82B: hue angle of 45.73º 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 #F9C82B is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 200 | 43 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.02 |
| HSL | 45.73º | 0.94% | 0.57% | - |
| HSV(B) | 45.73º | 0.83% | 0.98% | - |
| XYZ | 60.16 | 61.62 | 11.01 | - |
| YUV | 196.75 | 41.23 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 200 | 43 | 0 | 0.20 | 0.83 | 0.02 | 45.73 | 0.94 | 0.57 |
| Hex | F9 | C8 | 2B | 0 | 14 | 53 | 2 | 2E | 5E | 39 |
| Octal | 371 | 310 | 53 | 0 | 24 | 123 | 2 | 56 | 136 | 71 |
| Binary | 11111001 | 11001000 | 101011 | 0 | 10100 | 1010011 | 10 | 101110 | 1011110 | 111001 |
Color Harmonies of #F9C82B
Complementary color
Monochromatic Colors of #F9C82B
Black with #F9C82B
Text Example
Text Example
White with #F9C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C82B; }
p { color: rgb(249,200,43); }
H1.HeaderClassName
{
color: #F9C82B;
}
.AnyTagClassName
{
color: #F9C82B;
}
</style>
background-color css
<style>
a { background-color: #F9C82B; }
a { background-color: rgb(249,200,43); }
div.DivClassName
{
background-color: #F9C82B;
}
.BgClassName
{
background-color: #F9C82B;
}
</style>
border-color css
<style>
span { border-color: #F9C82B; }
span { border-color: rgb(249,200,43); }
td.TdClassName
{
border-color: #F9C82B;
}
.TagClassName
{
border-color: #F9C82B;
}
</style>