Shades of Saffron #FBBA2B
Tints of Saffron #FBBA2B
RGB
CMYK
RGB Variations
Color information
#FBBA2B (or 0xFBBA2B) is known color: Saffron. HEX triplet: FB, BA and 2B. RGB value is (251,186,43). Sum of RGB (Red+Green+Blue) = 251+186+43=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA2B is #0445D4. Grayscale: #BDBDBD. Windows color (decimal): -280021 or 2865915. OLE color: 2865915.
HSL color Cylindrical-coordinate representation of color #FBBA2B: hue angle of 41.25º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBBA2B is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 186 | 43 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.02 |
| HSL | 41.25º | 0.96% | 0.58% | - |
| HSV(B) | 41.25º | 0.83% | 0.98% | - |
| XYZ | 57.78 | 55.8 | 10.01 | - |
| YUV | 189.13 | 45.53 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 186 | 43 | 0 | 0.26 | 0.83 | 0.02 | 41.25 | 0.96 | 0.58 |
| Hex | FB | BA | 2B | 0 | 1A | 53 | 2 | 29 | 60 | 3A |
| Octal | 373 | 272 | 53 | 0 | 32 | 123 | 2 | 51 | 140 | 72 |
| Binary | 11111011 | 10111010 | 101011 | 0 | 11010 | 1010011 | 10 | 101001 | 1100000 | 111010 |
Color Harmonies of #FBBA2B
Complementary color
Monochromatic Colors of #FBBA2B
Black with #FBBA2B
Text Example
Text Example
White with #FBBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBA2B; }
p { color: rgb(251,186,43); }
H1.HeaderClassName
{
color: #FBBA2B;
}
.AnyTagClassName
{
color: #FBBA2B;
}
</style>
background-color css
<style>
a { background-color: #FBBA2B; }
a { background-color: rgb(251,186,43); }
div.DivClassName
{
background-color: #FBBA2B;
}
.BgClassName
{
background-color: #FBBA2B;
}
</style>
border-color css
<style>
span { border-color: #FBBA2B; }
span { border-color: rgb(251,186,43); }
td.TdClassName
{
border-color: #FBBA2B;
}
.TagClassName
{
border-color: #FBBA2B;
}
</style>