Shades of Saffron #FBBC2D
Tints of Saffron #FBBC2D
RGB
CMYK
RGB Variations
Color information
#FBBC2D (or 0xFBBC2D) is known color: Saffron. HEX triplet: FB, BC and 2D. RGB value is (251,188,45). Sum of RGB (Red+Green+Blue) = 251+188+45=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBC2D is #0443D2. Grayscale: #BFBFBF. Windows color (decimal): -279507 or 2997499. OLE color: 2997499.
HSL color Cylindrical-coordinate representation of color #FBBC2D: hue angle of 41.65º 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 #FBBC2D is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 45 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.02 |
| HSL | 41.65º | 0.96% | 0.58% | - |
| HSV(B) | 41.65º | 0.82% | 0.98% | - |
| XYZ | 58.24 | 56.67 | 10.35 | - |
| YUV | 190.54 | 45.87 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 45 | 0 | 0.25 | 0.82 | 0.02 | 41.65 | 0.96 | 0.58 |
| Hex | FB | BC | 2D | 0 | 19 | 52 | 2 | 2A | 60 | 3A |
| Octal | 373 | 274 | 55 | 0 | 31 | 122 | 2 | 52 | 140 | 72 |
| Binary | 11111011 | 10111100 | 101101 | 0 | 11001 | 1010010 | 10 | 101010 | 1100000 | 111010 |
Color Harmonies of #FBBC2D
Complementary color
Monochromatic Colors of #FBBC2D
Black with #FBBC2D
Text Example
Text Example
White with #FBBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC2D; }
p { color: rgb(251,188,45); }
H1.HeaderClassName
{
color: #FBBC2D;
}
.AnyTagClassName
{
color: #FBBC2D;
}
</style>
background-color css
<style>
a { background-color: #FBBC2D; }
a { background-color: rgb(251,188,45); }
div.DivClassName
{
background-color: #FBBC2D;
}
.BgClassName
{
background-color: #FBBC2D;
}
</style>
border-color css
<style>
span { border-color: #FBBC2D; }
span { border-color: rgb(251,188,45); }
td.TdClassName
{
border-color: #FBBC2D;
}
.TagClassName
{
border-color: #FBBC2D;
}
</style>