Shades of Saffron #FBBE2C
Tints of Saffron #FBBE2C
RGB
CMYK
RGB Variations
Color information
#FBBE2C (or 0xFBBE2C) is known color: Saffron. HEX triplet: FB, BE and 2C. RGB value is (251,190,44). Sum of RGB (Red+Green+Blue) = 251+190+44=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBE2C is #0441D3. Grayscale: #C0C0C0. Windows color (decimal): -278996 or 2932475. OLE color: 2932475.
HSL color Cylindrical-coordinate representation of color #FBBE2C: hue angle of 42.32º 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 #FBBE2C is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 44 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.02 |
| HSL | 42.32º | 0.96% | 0.58% | - |
| HSV(B) | 42.32º | 0.82% | 0.98% | - |
| XYZ | 58.65 | 57.52 | 10.39 | - |
| YUV | 191.6 | 44.71 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 44 | 0 | 0.24 | 0.82 | 0.02 | 42.32 | 0.96 | 0.58 |
| Hex | FB | BE | 2C | 0 | 18 | 52 | 2 | 2A | 60 | 3A |
| Octal | 373 | 276 | 54 | 0 | 30 | 122 | 2 | 52 | 140 | 72 |
| Binary | 11111011 | 10111110 | 101100 | 0 | 11000 | 1010010 | 10 | 101010 | 1100000 | 111010 |
Color Harmonies of #FBBE2C
Complementary color
Monochromatic Colors of #FBBE2C
Black with #FBBE2C
Text Example
Text Example
White with #FBBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBE2C; }
p { color: rgb(251,190,44); }
H1.HeaderClassName
{
color: #FBBE2C;
}
.AnyTagClassName
{
color: #FBBE2C;
}
</style>
background-color css
<style>
a { background-color: #FBBE2C; }
a { background-color: rgb(251,190,44); }
div.DivClassName
{
background-color: #FBBE2C;
}
.BgClassName
{
background-color: #FBBE2C;
}
</style>
border-color css
<style>
span { border-color: #FBBE2C; }
span { border-color: rgb(251,190,44); }
td.TdClassName
{
border-color: #FBBE2C;
}
.TagClassName
{
border-color: #FBBE2C;
}
</style>