Shades of Saffron #F9C43B
Tints of Saffron #F9C43B
RGB
CMYK
RGB Variations
Color information
#F9C43B (or 0xF9C43B) is known color: Saffron. HEX triplet: F9, C4 and 3B. RGB value is (249,196,59). Sum of RGB (Red+Green+Blue) = 249+196+59=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C43B is #063BC4. Grayscale: #C4C4C4. Windows color (decimal): -408517 or 3917049. OLE color: 3917049.
HSL color Cylindrical-coordinate representation of color #F9C43B: hue angle of 43.26º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9C43B is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 59 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.02 |
| HSL | 43.26º | 0.94% | 0.6% | - |
| HSV(B) | 43.26º | 0.76% | 0.98% | - |
| XYZ | 59.6 | 59.94 | 12.57 | - |
| YUV | 196.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 59 | 0 | 0.21 | 0.76 | 0.02 | 43.26 | 0.94 | 0.6 |
| Hex | F9 | C4 | 3B | 0 | 15 | 4C | 2 | 2B | 5E | 3C |
| Octal | 371 | 304 | 73 | 0 | 25 | 114 | 2 | 53 | 136 | 74 |
| Binary | 11111001 | 11000100 | 111011 | 0 | 10101 | 1001100 | 10 | 101011 | 1011110 | 111100 |
Color Harmonies of #F9C43B
Complementary color
Monochromatic Colors of #F9C43B
Black with #F9C43B
Text Example
Text Example
White with #F9C43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C43B; }
p { color: rgb(249,196,59); }
H1.HeaderClassName
{
color: #F9C43B;
}
.AnyTagClassName
{
color: #F9C43B;
}
</style>
background-color css
<style>
a { background-color: #F9C43B; }
a { background-color: rgb(249,196,59); }
div.DivClassName
{
background-color: #F9C43B;
}
.BgClassName
{
background-color: #F9C43B;
}
</style>
border-color css
<style>
span { border-color: #F9C43B; }
span { border-color: rgb(249,196,59); }
td.TdClassName
{
border-color: #F9C43B;
}
.TagClassName
{
border-color: #F9C43B;
}
</style>