Shades of Saffron #FBC529
Tints of Saffron #FBC529
RGB
CMYK
RGB Variations
Color information
#FBC529 (or 0xFBC529) is known color: Saffron. HEX triplet: FB, C5 and 29. RGB value is (251,197,41). Sum of RGB (Red+Green+Blue) = 251+197+41=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC529 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC529 is #043AD6. Grayscale: #C4C4C4. Windows color (decimal): -277207 or 2737659. OLE color: 2737659.
HSL color Cylindrical-coordinate representation of color #FBC529: hue angle of 44.57º 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 #FBC529 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 41 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.02 |
| HSL | 44.57º | 0.96% | 0.57% | - |
| HSV(B) | 44.57º | 0.84% | 0.98% | - |
| XYZ | 60.15 | 60.6 | 10.62 | - |
| YUV | 195.36 | 40.89 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 41 | 0 | 0.22 | 0.84 | 0.02 | 44.57 | 0.96 | 0.57 |
| Hex | FB | C5 | 29 | 0 | 16 | 54 | 2 | 2D | 60 | 39 |
| Octal | 373 | 305 | 51 | 0 | 26 | 124 | 2 | 55 | 140 | 71 |
| Binary | 11111011 | 11000101 | 101001 | 0 | 10110 | 1010100 | 10 | 101101 | 1100000 | 111001 |
Color Harmonies of #FBC529
Complementary color
Monochromatic Colors of #FBC529
Black with #FBC529
Text Example
Text Example
White with #FBC529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC529; }
p { color: rgb(251,197,41); }
H1.HeaderClassName
{
color: #FBC529;
}
.AnyTagClassName
{
color: #FBC529;
}
</style>
background-color css
<style>
a { background-color: #FBC529; }
a { background-color: rgb(251,197,41); }
div.DivClassName
{
background-color: #FBC529;
}
.BgClassName
{
background-color: #FBC529;
}
</style>
border-color css
<style>
span { border-color: #FBC529; }
span { border-color: rgb(251,197,41); }
td.TdClassName
{
border-color: #FBC529;
}
.TagClassName
{
border-color: #FBC529;
}
</style>