Shades of Saffron #FBBB2C
Tints of Saffron #FBBB2C
RGB
CMYK
RGB Variations
Color information
#FBBB2C (or 0xFBBB2C) is known color: Saffron. HEX triplet: FB, BB and 2C. RGB value is (251,187,44). Sum of RGB (Red+Green+Blue) = 251+187+44=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBB2C is #0444D3. Grayscale: #BEBEBE. Windows color (decimal): -279764 or 2931707. OLE color: 2931707.
HSL color Cylindrical-coordinate representation of color #FBBB2C: hue angle of 41.45º 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 #FBBB2C is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 44 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.45º | 0.96% | 0.58% | - |
| HSV(B) | 41.45º | 0.82% | 0.98% | - |
| XYZ | 58.01 | 56.23 | 10.18 | - |
| YUV | 189.83 | 45.7 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 44 | 0 | 0.25 | 0.82 | 0.02 | 41.45 | 0.96 | 0.58 |
| Hex | FB | BB | 2C | 0 | 19 | 52 | 2 | 29 | 60 | 3A |
| Octal | 373 | 273 | 54 | 0 | 31 | 122 | 2 | 51 | 140 | 72 |
| Binary | 11111011 | 10111011 | 101100 | 0 | 11001 | 1010010 | 10 | 101001 | 1100000 | 111010 |
Color Harmonies of #FBBB2C
Complementary color
Monochromatic Colors of #FBBB2C
Black with #FBBB2C
Text Example
Text Example
White with #FBBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB2C; }
p { color: rgb(251,187,44); }
H1.HeaderClassName
{
color: #FBBB2C;
}
.AnyTagClassName
{
color: #FBBB2C;
}
</style>
background-color css
<style>
a { background-color: #FBBB2C; }
a { background-color: rgb(251,187,44); }
div.DivClassName
{
background-color: #FBBB2C;
}
.BgClassName
{
background-color: #FBBB2C;
}
</style>
border-color css
<style>
span { border-color: #FBBB2C; }
span { border-color: rgb(251,187,44); }
td.TdClassName
{
border-color: #FBBB2C;
}
.TagClassName
{
border-color: #FBBB2C;
}
</style>