Shades of Saffron #FBC528
Tints of Saffron #FBC528
RGB
CMYK
RGB Variations
Color information
#FBC528 (or 0xFBC528) is known color: Saffron. HEX triplet: FB, C5 and 28. RGB value is (251,197,40). Sum of RGB (Red+Green+Blue) = 251+197+40=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC528 is #043AD7. Grayscale: #C3C3C3. Windows color (decimal): -277208 or 2672123. OLE color: 2672123.
HSL color Cylindrical-coordinate representation of color #FBC528: hue angle of 44.64º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBC528 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 40 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.02 |
| HSL | 44.64º | 0.96% | 0.57% | - |
| HSV(B) | 44.64º | 0.84% | 0.98% | - |
| XYZ | 60.13 | 60.59 | 10.53 | - |
| YUV | 195.25 | 40.39 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 40 | 0 | 0.22 | 0.84 | 0.02 | 44.64 | 0.96 | 0.57 |
| Hex | FB | C5 | 28 | 0 | 16 | 54 | 2 | 2D | 60 | 39 |
| Octal | 373 | 305 | 50 | 0 | 26 | 124 | 2 | 55 | 140 | 71 |
| Binary | 11111011 | 11000101 | 101000 | 0 | 10110 | 1010100 | 10 | 101101 | 1100000 | 111001 |
Color Harmonies of #FBC528
Complementary color
Monochromatic Colors of #FBC528
Black with #FBC528
Text Example
Text Example
White with #FBC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC528; }
p { color: rgb(251,197,40); }
H1.HeaderClassName
{
color: #FBC528;
}
.AnyTagClassName
{
color: #FBC528;
}
</style>
background-color css
<style>
a { background-color: #FBC528; }
a { background-color: rgb(251,197,40); }
div.DivClassName
{
background-color: #FBC528;
}
.BgClassName
{
background-color: #FBC528;
}
</style>
border-color css
<style>
span { border-color: #FBC528; }
span { border-color: rgb(251,197,40); }
td.TdClassName
{
border-color: #FBC528;
}
.TagClassName
{
border-color: #FBC528;
}
</style>