Shades of Saffron #FDBA26
Tints of Saffron #FDBA26
RGB
CMYK
RGB Variations
Color information
#FDBA26 (or 0xFDBA26) is known color: Saffron. HEX triplet: FD, BA and 26. RGB value is (253,186,38). Sum of RGB (Red+Green+Blue) = 253+186+38=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 38 (15.23% from 255 or 7.97% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA26 is #0245D9. Grayscale: #BDBDBD. Windows color (decimal): -148954 or 2538237. OLE color: 2538237.
HSL color Cylindrical-coordinate representation of color #FDBA26: hue angle of 41.3º 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 #FDBA26 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 38 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.01 |
| HSL | 41.3º | 0.98% | 0.57% | - |
| HSV(B) | 41.3º | 0.85% | 0.99% | - |
| XYZ | 58.42 | 56.14 | 9.59 | - |
| YUV | 189.16 | 42.7 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 38 | 0 | 0.26 | 0.85 | 0.01 | 41.3 | 0.98 | 0.57 |
| Hex | FD | BA | 26 | 0 | 1A | 55 | 1 | 29 | 62 | 39 |
| Octal | 375 | 272 | 46 | 0 | 32 | 125 | 1 | 51 | 142 | 71 |
| Binary | 11111101 | 10111010 | 100110 | 0 | 11010 | 1010101 | 1 | 101001 | 1100010 | 111001 |
Color Harmonies of #FDBA26
Complementary color
Monochromatic Colors of #FDBA26
Black with #FDBA26
Text Example
Text Example
White with #FDBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA26; }
p { color: rgb(253,186,38); }
H1.HeaderClassName
{
color: #FDBA26;
}
.AnyTagClassName
{
color: #FDBA26;
}
</style>
background-color css
<style>
a { background-color: #FDBA26; }
a { background-color: rgb(253,186,38); }
div.DivClassName
{
background-color: #FDBA26;
}
.BgClassName
{
background-color: #FDBA26;
}
</style>
border-color css
<style>
span { border-color: #FDBA26; }
span { border-color: rgb(253,186,38); }
td.TdClassName
{
border-color: #FDBA26;
}
.TagClassName
{
border-color: #FDBA26;
}
</style>