Shades of Saffron #FBBB2D
Tints of Saffron #FBBB2D
RGB
CMYK
RGB Variations
Color information
#FBBB2D (or 0xFBBB2D) is known color: Saffron. HEX triplet: FB, BB and 2D. RGB value is (251,187,45). Sum of RGB (Red+Green+Blue) = 251+187+45=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 187 (73.44% from 255 or 38.72% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBB2D is #0444D2. Grayscale: #BEBEBE. Windows color (decimal): -279763 or 2997243. OLE color: 2997243.
HSL color Cylindrical-coordinate representation of color #FBBB2D: hue angle of 41.36º 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 #FBBB2D is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 187 | 45 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.36º | 0.96% | 0.58% | - |
| HSV(B) | 41.36º | 0.82% | 0.98% | - |
| XYZ | 58.03 | 56.24 | 10.28 | - |
| YUV | 189.95 | 46.2 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 187 | 45 | 0 | 0.25 | 0.82 | 0.02 | 41.36 | 0.96 | 0.58 |
| Hex | FB | BB | 2D | 0 | 19 | 52 | 2 | 29 | 60 | 3A |
| Octal | 373 | 273 | 55 | 0 | 31 | 122 | 2 | 51 | 140 | 72 |
| Binary | 11111011 | 10111011 | 101101 | 0 | 11001 | 1010010 | 10 | 101001 | 1100000 | 111010 |
Color Harmonies of #FBBB2D
Complementary color
Monochromatic Colors of #FBBB2D
Black with #FBBB2D
Text Example
Text Example
White with #FBBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBB2D; }
p { color: rgb(251,187,45); }
H1.HeaderClassName
{
color: #FBBB2D;
}
.AnyTagClassName
{
color: #FBBB2D;
}
</style>
background-color css
<style>
a { background-color: #FBBB2D; }
a { background-color: rgb(251,187,45); }
div.DivClassName
{
background-color: #FBBB2D;
}
.BgClassName
{
background-color: #FBBB2D;
}
</style>
border-color css
<style>
span { border-color: #FBBB2D; }
span { border-color: rgb(251,187,45); }
td.TdClassName
{
border-color: #FBBB2D;
}
.TagClassName
{
border-color: #FBBB2D;
}
</style>