Shades of Saffron #FBBC28
Tints of Saffron #FBBC28
RGB
CMYK
RGB Variations
Color information
#FBBC28 (or 0xFBBC28) is known color: Saffron. HEX triplet: FB, BC and 28. RGB value is (251,188,40). Sum of RGB (Red+Green+Blue) = 251+188+40=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBC28 is #0443D7. Grayscale: #BEBEBE. Windows color (decimal): -279512 or 2669819. OLE color: 2669819.
HSL color Cylindrical-coordinate representation of color #FBBC28: hue angle of 42.09º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBBC28 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 188 | 40 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.02 |
| HSL | 42.09º | 0.96% | 0.57% | - |
| HSV(B) | 42.09º | 0.84% | 0.98% | - |
| XYZ | 58.15 | 56.63 | 9.87 | - |
| YUV | 189.97 | 43.37 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 188 | 40 | 0 | 0.25 | 0.84 | 0.02 | 42.09 | 0.96 | 0.57 |
| Hex | FB | BC | 28 | 0 | 19 | 54 | 2 | 2A | 60 | 39 |
| Octal | 373 | 274 | 50 | 0 | 31 | 124 | 2 | 52 | 140 | 71 |
| Binary | 11111011 | 10111100 | 101000 | 0 | 11001 | 1010100 | 10 | 101010 | 1100000 | 111001 |
Color Harmonies of #FBBC28
Complementary color
Monochromatic Colors of #FBBC28
Black with #FBBC28
Text Example
Text Example
White with #FBBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBC28; }
p { color: rgb(251,188,40); }
H1.HeaderClassName
{
color: #FBBC28;
}
.AnyTagClassName
{
color: #FBBC28;
}
</style>
background-color css
<style>
a { background-color: #FBBC28; }
a { background-color: rgb(251,188,40); }
div.DivClassName
{
background-color: #FBBC28;
}
.BgClassName
{
background-color: #FBBC28;
}
</style>
border-color css
<style>
span { border-color: #FBBC28; }
span { border-color: rgb(251,188,40); }
td.TdClassName
{
border-color: #FBBC28;
}
.TagClassName
{
border-color: #FBBC28;
}
</style>