Shades of Saffron #FBBE32
Tints of Saffron #FBBE32
RGB
CMYK
RGB Variations
Color information
#FBBE32 (or 0xFBBE32) is known color: Saffron. HEX triplet: FB, BE and 32. RGB value is (251,190,50). Sum of RGB (Red+Green+Blue) = 251+190+50=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 50 (19.92% from 255 or 10.18% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBE32 is #0441CD. Grayscale: #C0C0C0. Windows color (decimal): -278990 or 3325691. OLE color: 3325691.
HSL color Cylindrical-coordinate representation of color #FBBE32: hue angle of 41.79º 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 #FBBE32 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 50 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.02 |
| HSL | 41.79º | 0.96% | 0.59% | - |
| HSV(B) | 41.79º | 0.8% | 0.98% | - |
| XYZ | 58.77 | 57.57 | 11.03 | - |
| YUV | 192.28 | 47.71 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 50 | 0 | 0.24 | 0.80 | 0.02 | 41.79 | 0.96 | 0.59 |
| Hex | FB | BE | 32 | 0 | 18 | 50 | 2 | 2A | 60 | 3B |
| Octal | 373 | 276 | 62 | 0 | 30 | 120 | 2 | 52 | 140 | 73 |
| Binary | 11111011 | 10111110 | 110010 | 0 | 11000 | 1010000 | 10 | 101010 | 1100000 | 111011 |
Color Harmonies of #FBBE32
Complementary color
Monochromatic Colors of #FBBE32
Black with #FBBE32
Text Example
Text Example
White with #FBBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBE32; }
p { color: rgb(251,190,50); }
H1.HeaderClassName
{
color: #FBBE32;
}
.AnyTagClassName
{
color: #FBBE32;
}
</style>
background-color css
<style>
a { background-color: #FBBE32; }
a { background-color: rgb(251,190,50); }
div.DivClassName
{
background-color: #FBBE32;
}
.BgClassName
{
background-color: #FBBE32;
}
</style>
border-color css
<style>
span { border-color: #FBBE32; }
span { border-color: rgb(251,190,50); }
td.TdClassName
{
border-color: #FBBE32;
}
.TagClassName
{
border-color: #FBBE32;
}
</style>