Shades of Saffron #FBBE33
Tints of Saffron #FBBE33
RGB
CMYK
RGB Variations
Color information
#FBBE33 (or 0xFBBE33) is known color: Saffron. HEX triplet: FB, BE and 33. RGB value is (251,190,51). Sum of RGB (Red+Green+Blue) = 251+190+51=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 51 (20.31% from 255 or 10.37% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBE33 is #0441CC. Grayscale: #C1C1C1. Windows color (decimal): -278989 or 3391227. OLE color: 3391227.
HSL color Cylindrical-coordinate representation of color #FBBE33: hue angle of 41.7º 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 #FBBE33 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 51 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.02 |
| HSL | 41.7º | 0.96% | 0.59% | - |
| HSV(B) | 41.7º | 0.8% | 0.98% | - |
| XYZ | 58.79 | 57.58 | 11.15 | - |
| YUV | 192.39 | 48.21 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 51 | 0 | 0.24 | 0.80 | 0.02 | 41.7 | 0.96 | 0.59 |
| Hex | FB | BE | 33 | 0 | 18 | 50 | 2 | 2A | 60 | 3B |
| Octal | 373 | 276 | 63 | 0 | 30 | 120 | 2 | 52 | 140 | 73 |
| Binary | 11111011 | 10111110 | 110011 | 0 | 11000 | 1010000 | 10 | 101010 | 1100000 | 111011 |
Color Harmonies of #FBBE33
Complementary color
Monochromatic Colors of #FBBE33
Black with #FBBE33
Text Example
Text Example
White with #FBBE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBE33; }
p { color: rgb(251,190,51); }
H1.HeaderClassName
{
color: #FBBE33;
}
.AnyTagClassName
{
color: #FBBE33;
}
</style>
background-color css
<style>
a { background-color: #FBBE33; }
a { background-color: rgb(251,190,51); }
div.DivClassName
{
background-color: #FBBE33;
}
.BgClassName
{
background-color: #FBBE33;
}
</style>
border-color css
<style>
span { border-color: #FBBE33; }
span { border-color: rgb(251,190,51); }
td.TdClassName
{
border-color: #FBBE33;
}
.TagClassName
{
border-color: #FBBE33;
}
</style>