Shades of Saffron #FBBD32
Tints of Saffron #FBBD32
RGB
CMYK
RGB Variations
Color information
#FBBD32 (or 0xFBBD32) is known color: Saffron. HEX triplet: FB, BD and 32. RGB value is (251,189,50). Sum of RGB (Red+Green+Blue) = 251+189+50=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 50 (19.92% from 255 or 10.20% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBD32 is #0442CD. Grayscale: #C0C0C0. Windows color (decimal): -279246 or 3325435. OLE color: 3325435.
HSL color Cylindrical-coordinate representation of color #FBBD32: hue angle of 41.49º 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 #FBBD32 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 50 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.02 |
| HSL | 41.49º | 0.96% | 0.59% | - |
| HSV(B) | 41.49º | 0.8% | 0.98% | - |
| XYZ | 58.56 | 57.13 | 10.96 | - |
| YUV | 191.69 | 48.04 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 50 | 0 | 0.25 | 0.80 | 0.02 | 41.49 | 0.96 | 0.59 |
| Hex | FB | BD | 32 | 0 | 19 | 50 | 2 | 29 | 60 | 3B |
| Octal | 373 | 275 | 62 | 0 | 31 | 120 | 2 | 51 | 140 | 73 |
| Binary | 11111011 | 10111101 | 110010 | 0 | 11001 | 1010000 | 10 | 101001 | 1100000 | 111011 |
Color Harmonies of #FBBD32
Complementary color
Monochromatic Colors of #FBBD32
Black with #FBBD32
Text Example
Text Example
White with #FBBD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBD32; }
p { color: rgb(251,189,50); }
H1.HeaderClassName
{
color: #FBBD32;
}
.AnyTagClassName
{
color: #FBBD32;
}
</style>
background-color css
<style>
a { background-color: #FBBD32; }
a { background-color: rgb(251,189,50); }
div.DivClassName
{
background-color: #FBBD32;
}
.BgClassName
{
background-color: #FBBD32;
}
</style>
border-color css
<style>
span { border-color: #FBBD32; }
span { border-color: rgb(251,189,50); }
td.TdClassName
{
border-color: #FBBD32;
}
.TagClassName
{
border-color: #FBBD32;
}
</style>