Shades of Saffron #FBC531
Tints of Saffron #FBC531
RGB
CMYK
RGB Variations
Color information
#FBC531 (or 0xFBC531) is known color: Saffron. HEX triplet: FB, C5 and 31. RGB value is (251,197,49). Sum of RGB (Red+Green+Blue) = 251+197+49=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC531 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC531 is #043ACE. Grayscale: #C4C4C4. Windows color (decimal): -277199 or 3261947. OLE color: 3261947.
HSL color Cylindrical-coordinate representation of color #FBC531: hue angle of 43.96º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBC531 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 49 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.02 |
| HSL | 43.96º | 0.96% | 0.59% | - |
| HSV(B) | 43.96º | 0.8% | 0.98% | - |
| XYZ | 60.3 | 60.66 | 11.44 | - |
| YUV | 196.27 | 44.89 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 49 | 0 | 0.22 | 0.80 | 0.02 | 43.96 | 0.96 | 0.59 |
| Hex | FB | C5 | 31 | 0 | 16 | 50 | 2 | 2C | 60 | 3B |
| Octal | 373 | 305 | 61 | 0 | 26 | 120 | 2 | 54 | 140 | 73 |
| Binary | 11111011 | 11000101 | 110001 | 0 | 10110 | 1010000 | 10 | 101100 | 1100000 | 111011 |
Color Harmonies of #FBC531
Complementary color
Monochromatic Colors of #FBC531
Black with #FBC531
Text Example
Text Example
White with #FBC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC531; }
p { color: rgb(251,197,49); }
H1.HeaderClassName
{
color: #FBC531;
}
.AnyTagClassName
{
color: #FBC531;
}
</style>
background-color css
<style>
a { background-color: #FBC531; }
a { background-color: rgb(251,197,49); }
div.DivClassName
{
background-color: #FBC531;
}
.BgClassName
{
background-color: #FBC531;
}
</style>
border-color css
<style>
span { border-color: #FBC531; }
span { border-color: rgb(251,197,49); }
td.TdClassName
{
border-color: #FBC531;
}
.TagClassName
{
border-color: #FBC531;
}
</style>