Shades of Saffron #FBBF32
Tints of Saffron #FBBF32
RGB
CMYK
RGB Variations
Color information
#FBBF32 (or 0xFBBF32) is known color: Saffron. HEX triplet: FB, BF and 32. RGB value is (251,191,50). Sum of RGB (Red+Green+Blue) = 251+191+50=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBF32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBF32 is #0440CD. Grayscale: #C1C1C1. Windows color (decimal): -278734 or 3325947. OLE color: 3325947.
HSL color Cylindrical-coordinate representation of color #FBBF32: hue angle of 42.09º 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 #FBBF32 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 191 | 50 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.02 |
| HSL | 42.09º | 0.96% | 0.59% | - |
| HSV(B) | 42.09º | 0.8% | 0.98% | - |
| XYZ | 58.99 | 58 | 11.1 | - |
| YUV | 192.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 191 | 50 | 0 | 0.24 | 0.80 | 0.02 | 42.09 | 0.96 | 0.59 |
| Hex | FB | BF | 32 | 0 | 18 | 50 | 2 | 2A | 60 | 3B |
| Octal | 373 | 277 | 62 | 0 | 30 | 120 | 2 | 52 | 140 | 73 |
| Binary | 11111011 | 10111111 | 110010 | 0 | 11000 | 1010000 | 10 | 101010 | 1100000 | 111011 |
Color Harmonies of #FBBF32
Complementary color
Monochromatic Colors of #FBBF32
Black with #FBBF32
Text Example
Text Example
White with #FBBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBF32; }
p { color: rgb(251,191,50); }
H1.HeaderClassName
{
color: #FBBF32;
}
.AnyTagClassName
{
color: #FBBF32;
}
</style>
background-color css
<style>
a { background-color: #FBBF32; }
a { background-color: rgb(251,191,50); }
div.DivClassName
{
background-color: #FBBF32;
}
.BgClassName
{
background-color: #FBBF32;
}
</style>
border-color css
<style>
span { border-color: #FBBF32; }
span { border-color: rgb(251,191,50); }
td.TdClassName
{
border-color: #FBBF32;
}
.TagClassName
{
border-color: #FBBF32;
}
</style>