Shades of Saffron #FDBA25
Tints of Saffron #FDBA25
RGB
CMYK
RGB Variations
Color information
#FDBA25 (or 0xFDBA25) is known color: Saffron. HEX triplet: FD, BA and 25. RGB value is (253,186,37). Sum of RGB (Red+Green+Blue) = 253+186+37=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA25 is #0245DA. Grayscale: #BDBDBD. Windows color (decimal): -148955 or 2472701. OLE color: 2472701.
HSL color Cylindrical-coordinate representation of color #FDBA25: hue angle of 41.39º 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 #FDBA25 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 37 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.01 |
| HSL | 41.39º | 0.98% | 0.57% | - |
| HSV(B) | 41.39º | 0.85% | 0.99% | - |
| XYZ | 58.4 | 56.13 | 9.51 | - |
| YUV | 189.05 | 42.2 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 37 | 0 | 0.26 | 0.85 | 0.01 | 41.39 | 0.98 | 0.57 |
| Hex | FD | BA | 25 | 0 | 1A | 55 | 1 | 29 | 62 | 39 |
| Octal | 375 | 272 | 45 | 0 | 32 | 125 | 1 | 51 | 142 | 71 |
| Binary | 11111101 | 10111010 | 100101 | 0 | 11010 | 1010101 | 1 | 101001 | 1100010 | 111001 |
Color Harmonies of #FDBA25
Complementary color
Monochromatic Colors of #FDBA25
Black with #FDBA25
Text Example
Text Example
White with #FDBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA25; }
p { color: rgb(253,186,37); }
H1.HeaderClassName
{
color: #FDBA25;
}
.AnyTagClassName
{
color: #FDBA25;
}
</style>
background-color css
<style>
a { background-color: #FDBA25; }
a { background-color: rgb(253,186,37); }
div.DivClassName
{
background-color: #FDBA25;
}
.BgClassName
{
background-color: #FDBA25;
}
</style>
border-color css
<style>
span { border-color: #FDBA25; }
span { border-color: rgb(253,186,37); }
td.TdClassName
{
border-color: #FDBA25;
}
.TagClassName
{
border-color: #FDBA25;
}
</style>