Shades of Saffron #F9C52B
Tints of Saffron #F9C52B
RGB
CMYK
RGB Variations
Color information
#F9C52B (or 0xF9C52B) is known color: Saffron. HEX triplet: F9, C5 and 2B. RGB value is (249,197,43). Sum of RGB (Red+Green+Blue) = 249+197+43=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9C52B is #063AD4. Grayscale: #C3C3C3. Windows color (decimal): -408277 or 2868729. OLE color: 2868729.
HSL color Cylindrical-coordinate representation of color #F9C52B: hue angle of 44.85º 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 #F9C52B is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 43 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.02 |
| HSL | 44.85º | 0.94% | 0.57% | - |
| HSV(B) | 44.85º | 0.83% | 0.98% | - |
| XYZ | 59.47 | 60.25 | 10.78 | - |
| YUV | 194.99 | 42.23 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 43 | 0 | 0.21 | 0.83 | 0.02 | 44.85 | 0.94 | 0.57 |
| Hex | F9 | C5 | 2B | 0 | 15 | 53 | 2 | 2D | 5E | 39 |
| Octal | 371 | 305 | 53 | 0 | 25 | 123 | 2 | 55 | 136 | 71 |
| Binary | 11111001 | 11000101 | 101011 | 0 | 10101 | 1010011 | 10 | 101101 | 1011110 | 111001 |
Color Harmonies of #F9C52B
Complementary color
Monochromatic Colors of #F9C52B
Black with #F9C52B
Text Example
Text Example
White with #F9C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C52B; }
p { color: rgb(249,197,43); }
H1.HeaderClassName
{
color: #F9C52B;
}
.AnyTagClassName
{
color: #F9C52B;
}
</style>
background-color css
<style>
a { background-color: #F9C52B; }
a { background-color: rgb(249,197,43); }
div.DivClassName
{
background-color: #F9C52B;
}
.BgClassName
{
background-color: #F9C52B;
}
</style>
border-color css
<style>
span { border-color: #F9C52B; }
span { border-color: rgb(249,197,43); }
td.TdClassName
{
border-color: #F9C52B;
}
.TagClassName
{
border-color: #F9C52B;
}
</style>