Shades of Saffron #FDB925
Tints of Saffron #FDB925
RGB
CMYK
RGB Variations
Color information
#FDB925 (or 0xFDB925) is known color: Saffron. HEX triplet: FD, B9 and 25. RGB value is (253,185,37). Sum of RGB (Red+Green+Blue) = 253+185+37=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB925 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB925 is #0246DA. Grayscale: #BDBDBD. Windows color (decimal): -149211 or 2472445. OLE color: 2472445.
HSL color Cylindrical-coordinate representation of color #FDB925: hue angle of 41.11º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FDB925 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 185 | 37 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.01 |
| HSL | 41.11º | 0.98% | 0.57% | - |
| HSV(B) | 41.11º | 0.85% | 0.99% | - |
| XYZ | 58.19 | 55.71 | 9.44 | - |
| YUV | 188.46 | 42.53 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 185 | 37 | 0 | 0.27 | 0.85 | 0.01 | 41.11 | 0.98 | 0.57 |
| Hex | FD | B9 | 25 | 0 | 1B | 55 | 1 | 29 | 62 | 39 |
| Octal | 375 | 271 | 45 | 0 | 33 | 125 | 1 | 51 | 142 | 71 |
| Binary | 11111101 | 10111001 | 100101 | 0 | 11011 | 1010101 | 1 | 101001 | 1100010 | 111001 |
Color Harmonies of #FDB925
Complementary color
Monochromatic Colors of #FDB925
Black with #FDB925
Text Example
Text Example
White with #FDB925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB925; }
p { color: rgb(253,185,37); }
H1.HeaderClassName
{
color: #FDB925;
}
.AnyTagClassName
{
color: #FDB925;
}
</style>
background-color css
<style>
a { background-color: #FDB925; }
a { background-color: rgb(253,185,37); }
div.DivClassName
{
background-color: #FDB925;
}
.BgClassName
{
background-color: #FDB925;
}
</style>
border-color css
<style>
span { border-color: #FDB925; }
span { border-color: rgb(253,185,37); }
td.TdClassName
{
border-color: #FDB925;
}
.TagClassName
{
border-color: #FDB925;
}
</style>