Shades of Saffron #FBBA29
Tints of Saffron #FBBA29
RGB
CMYK
RGB Variations
Color information
#FBBA29 (or 0xFBBA29) is known color: Saffron. HEX triplet: FB, BA and 29. RGB value is (251,186,41). Sum of RGB (Red+Green+Blue) = 251+186+41=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 41 (16.41% from 255 or 8.58% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA29 is #0445D6. Grayscale: #BDBDBD. Windows color (decimal): -280023 or 2734843. OLE color: 2734843.
HSL color Cylindrical-coordinate representation of color #FBBA29: hue angle of 41.43º 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 #FBBA29 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 41 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.02 |
| HSL | 41.43º | 0.96% | 0.57% | - |
| HSV(B) | 41.43º | 0.84% | 0.98% | - |
| XYZ | 57.74 | 55.79 | 9.82 | - |
| YUV | 188.91 | 44.53 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 41 | 0 | 0.26 | 0.84 | 0.02 | 41.43 | 0.96 | 0.57 |
| Hex | FB | BA | 29 | 0 | 1A | 54 | 2 | 29 | 60 | 39 |
| Octal | 373 | 272 | 51 | 0 | 32 | 124 | 2 | 51 | 140 | 71 |
| Binary | 11111011 | 10111010 | 101001 | 0 | 11010 | 1010100 | 10 | 101001 | 1100000 | 111001 |
Color Harmonies of #FBBA29
Complementary color
Monochromatic Colors of #FBBA29
Black with #FBBA29
Text Example
Text Example
White with #FBBA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA29; }
p { color: rgb(251,186,41); }
H1.HeaderClassName
{
color: #FBBA29;
}
.AnyTagClassName
{
color: #FBBA29;
}
</style>
background-color css
<style>
a { background-color: #FBBA29; }
a { background-color: rgb(251,186,41); }
div.DivClassName
{
background-color: #FBBA29;
}
.BgClassName
{
background-color: #FBBA29;
}
</style>
border-color css
<style>
span { border-color: #FBBA29; }
span { border-color: rgb(251,186,41); }
td.TdClassName
{
border-color: #FBBA29;
}
.TagClassName
{
border-color: #FBBA29;
}
</style>