Shades of Saffron #FDBD28
Tints of Saffron #FDBD28
RGB
CMYK
RGB Variations
Color information
#FDBD28 (or 0xFDBD28) is known color: Saffron. HEX triplet: FD, BD and 28. RGB value is (253,189,40). Sum of RGB (Red+Green+Blue) = 253+189+40=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD28 is #0242D7. Grayscale: #BFBFBF. Windows color (decimal): -148184 or 2670077. OLE color: 2670077.
HSL color Cylindrical-coordinate representation of color #FDBD28: hue angle of 41.97º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDBD28 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 40 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.01 |
| HSL | 41.97º | 0.98% | 0.57% | - |
| HSV(B) | 41.97º | 0.84% | 0.99% | - |
| XYZ | 59.09 | 57.43 | 9.98 | - |
| YUV | 191.15 | 42.7 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 40 | 0 | 0.25 | 0.84 | 0.01 | 41.97 | 0.98 | 0.57 |
| Hex | FD | BD | 28 | 0 | 19 | 54 | 1 | 2A | 62 | 39 |
| Octal | 375 | 275 | 50 | 0 | 31 | 124 | 1 | 52 | 142 | 71 |
| Binary | 11111101 | 10111101 | 101000 | 0 | 11001 | 1010100 | 1 | 101010 | 1100010 | 111001 |
Color Harmonies of #FDBD28
Complementary color
Monochromatic Colors of #FDBD28
Black with #FDBD28
Text Example
Text Example
White with #FDBD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD28; }
p { color: rgb(253,189,40); }
H1.HeaderClassName
{
color: #FDBD28;
}
.AnyTagClassName
{
color: #FDBD28;
}
</style>
background-color css
<style>
a { background-color: #FDBD28; }
a { background-color: rgb(253,189,40); }
div.DivClassName
{
background-color: #FDBD28;
}
.BgClassName
{
background-color: #FDBD28;
}
</style>
border-color css
<style>
span { border-color: #FDBD28; }
span { border-color: rgb(253,189,40); }
td.TdClassName
{
border-color: #FDBD28;
}
.TagClassName
{
border-color: #FDBD28;
}
</style>