Shades of Saffron #FDBB28
Tints of Saffron #FDBB28
RGB
CMYK
RGB Variations
Color information
#FDBB28 (or 0xFDBB28) is known color: Saffron. HEX triplet: FD, BB and 28. RGB value is (253,187,40). Sum of RGB (Red+Green+Blue) = 253+187+40=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBB28 is #0244D7. Grayscale: #BEBEBE. Windows color (decimal): -148696 or 2669565. OLE color: 2669565.
HSL color Cylindrical-coordinate representation of color #FDBB28: hue angle of 41.41º 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 #FDBB28 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 40 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.01 |
| HSL | 41.41º | 0.98% | 0.57% | - |
| HSV(B) | 41.41º | 0.84% | 0.99% | - |
| XYZ | 58.66 | 56.58 | 9.84 | - |
| YUV | 189.98 | 43.37 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 40 | 0 | 0.26 | 0.84 | 0.01 | 41.41 | 0.98 | 0.57 |
| Hex | FD | BB | 28 | 0 | 1A | 54 | 1 | 29 | 62 | 39 |
| Octal | 375 | 273 | 50 | 0 | 32 | 124 | 1 | 51 | 142 | 71 |
| Binary | 11111101 | 10111011 | 101000 | 0 | 11010 | 1010100 | 1 | 101001 | 1100010 | 111001 |
Color Harmonies of #FDBB28
Complementary color
Monochromatic Colors of #FDBB28
Black with #FDBB28
Text Example
Text Example
White with #FDBB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB28; }
p { color: rgb(253,187,40); }
H1.HeaderClassName
{
color: #FDBB28;
}
.AnyTagClassName
{
color: #FDBB28;
}
</style>
background-color css
<style>
a { background-color: #FDBB28; }
a { background-color: rgb(253,187,40); }
div.DivClassName
{
background-color: #FDBB28;
}
.BgClassName
{
background-color: #FDBB28;
}
</style>
border-color css
<style>
span { border-color: #FDBB28; }
span { border-color: rgb(253,187,40); }
td.TdClassName
{
border-color: #FDBB28;
}
.TagClassName
{
border-color: #FDBB28;
}
</style>