Shades of Saffron #FDB924
Tints of Saffron #FDB924
RGB
CMYK
RGB Variations
Color information
#FDB924 (or 0xFDB924) is known color: Saffron. HEX triplet: FD, B9 and 24. RGB value is (253,185,36). Sum of RGB (Red+Green+Blue) = 253+185+36=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 36 (14.45% from 255 or 7.59% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB924 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB924 is #0246DB. Grayscale: #BDBDBD. Windows color (decimal): -149212 or 2406909. OLE color: 2406909.
HSL color Cylindrical-coordinate representation of color #FDB924: hue angle of 41.2º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDB924 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 36 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.01 |
| HSL | 41.2º | 0.98% | 0.57% | - |
| HSV(B) | 41.2º | 0.86% | 0.99% | - |
| XYZ | 58.18 | 55.71 | 9.36 | - |
| YUV | 188.35 | 42.03 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 36 | 0 | 0.27 | 0.86 | 0.01 | 41.2 | 0.98 | 0.57 |
| Hex | FD | B9 | 24 | 0 | 1B | 56 | 1 | 29 | 62 | 39 |
| Octal | 375 | 271 | 44 | 0 | 33 | 126 | 1 | 51 | 142 | 71 |
| Binary | 11111101 | 10111001 | 100100 | 0 | 11011 | 1010110 | 1 | 101001 | 1100010 | 111001 |
Color Harmonies of #FDB924
Complementary color
Monochromatic Colors of #FDB924
Black with #FDB924
Text Example
Text Example
White with #FDB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB924; }
p { color: rgb(253,185,36); }
H1.HeaderClassName
{
color: #FDB924;
}
.AnyTagClassName
{
color: #FDB924;
}
</style>
background-color css
<style>
a { background-color: #FDB924; }
a { background-color: rgb(253,185,36); }
div.DivClassName
{
background-color: #FDB924;
}
.BgClassName
{
background-color: #FDB924;
}
</style>
border-color css
<style>
span { border-color: #FDB924; }
span { border-color: rgb(253,185,36); }
td.TdClassName
{
border-color: #FDB924;
}
.TagClassName
{
border-color: #FDB924;
}
</style>