Shades of Saffron #FBBE2A
Tints of Saffron #FBBE2A
RGB
CMYK
RGB Variations
Color information
#FBBE2A (or 0xFBBE2A) is known color: Saffron. HEX triplet: FB, BE and 2A. RGB value is (251,190,42). Sum of RGB (Red+Green+Blue) = 251+190+42=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBE2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBE2A is #0441D5. Grayscale: #C0C0C0. Windows color (decimal): -278998 or 2801403. OLE color: 2801403.
HSL color Cylindrical-coordinate representation of color #FBBE2A: hue angle of 42.49º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBBE2A is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 42 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.02 |
| HSL | 42.49º | 0.96% | 0.57% | - |
| HSV(B) | 42.49º | 0.83% | 0.98% | - |
| XYZ | 58.62 | 57.5 | 10.2 | - |
| YUV | 191.37 | 43.71 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 42 | 0 | 0.24 | 0.83 | 0.02 | 42.49 | 0.96 | 0.57 |
| Hex | FB | BE | 2A | 0 | 18 | 53 | 2 | 2A | 60 | 39 |
| Octal | 373 | 276 | 52 | 0 | 30 | 123 | 2 | 52 | 140 | 71 |
| Binary | 11111011 | 10111110 | 101010 | 0 | 11000 | 1010011 | 10 | 101010 | 1100000 | 111001 |
Color Harmonies of #FBBE2A
Complementary color
Monochromatic Colors of #FBBE2A
Black with #FBBE2A
Text Example
Text Example
White with #FBBE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBE2A; }
p { color: rgb(251,190,42); }
H1.HeaderClassName
{
color: #FBBE2A;
}
.AnyTagClassName
{
color: #FBBE2A;
}
</style>
background-color css
<style>
a { background-color: #FBBE2A; }
a { background-color: rgb(251,190,42); }
div.DivClassName
{
background-color: #FBBE2A;
}
.BgClassName
{
background-color: #FBBE2A;
}
</style>
border-color css
<style>
span { border-color: #FBBE2A; }
span { border-color: rgb(251,190,42); }
td.TdClassName
{
border-color: #FBBE2A;
}
.TagClassName
{
border-color: #FBBE2A;
}
</style>