Shades of Saffron #FBBC2E
Tints of Saffron #FBBC2E
RGB
CMYK
RGB Variations
Color information
#FBBC2E (or 0xFBBC2E) is known color: Saffron. HEX triplet: FB, BC and 2E. RGB value is (251,188,46). Sum of RGB (Red+Green+Blue) = 251+188+46=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBC2E is #0443D1. Grayscale: #BFBFBF. Windows color (decimal): -279506 or 3063035. OLE color: 3063035.
HSL color Cylindrical-coordinate representation of color #FBBC2E: hue angle of 41.56º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBBC2E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 46 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.56º | 0.96% | 0.58% | - |
| HSV(B) | 41.56º | 0.82% | 0.98% | - |
| XYZ | 58.26 | 56.67 | 10.45 | - |
| YUV | 190.65 | 46.37 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 46 | 0 | 0.25 | 0.82 | 0.02 | 41.56 | 0.96 | 0.58 |
| Hex | FB | BC | 2E | 0 | 19 | 52 | 2 | 2A | 60 | 3A |
| Octal | 373 | 274 | 56 | 0 | 31 | 122 | 2 | 52 | 140 | 72 |
| Binary | 11111011 | 10111100 | 101110 | 0 | 11001 | 1010010 | 10 | 101010 | 1100000 | 111010 |
Color Harmonies of #FBBC2E
Complementary color
Monochromatic Colors of #FBBC2E
Black with #FBBC2E
Text Example
Text Example
White with #FBBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC2E; }
p { color: rgb(251,188,46); }
H1.HeaderClassName
{
color: #FBBC2E;
}
.AnyTagClassName
{
color: #FBBC2E;
}
</style>
background-color css
<style>
a { background-color: #FBBC2E; }
a { background-color: rgb(251,188,46); }
div.DivClassName
{
background-color: #FBBC2E;
}
.BgClassName
{
background-color: #FBBC2E;
}
</style>
border-color css
<style>
span { border-color: #FBBC2E; }
span { border-color: rgb(251,188,46); }
td.TdClassName
{
border-color: #FBBC2E;
}
.TagClassName
{
border-color: #FBBC2E;
}
</style>