Shades of Saffron #FBC52E
Tints of Saffron #FBC52E
RGB
CMYK
RGB Variations
Color information
#FBC52E (or 0xFBC52E) is known color: Saffron. HEX triplet: FB, C5 and 2E. RGB value is (251,197,46). Sum of RGB (Red+Green+Blue) = 251+197+46=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC52E is #043AD1. Grayscale: #C4C4C4. Windows color (decimal): -277202 or 3065339. OLE color: 3065339.
HSL color Cylindrical-coordinate representation of color #FBC52E: hue angle of 44.2º 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 #FBC52E is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 46 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.02 |
| HSL | 44.2º | 0.96% | 0.58% | - |
| HSV(B) | 44.2º | 0.82% | 0.98% | - |
| XYZ | 60.24 | 60.64 | 11.11 | - |
| YUV | 195.93 | 43.39 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 46 | 0 | 0.22 | 0.82 | 0.02 | 44.2 | 0.96 | 0.58 |
| Hex | FB | C5 | 2E | 0 | 16 | 52 | 2 | 2C | 60 | 3A |
| Octal | 373 | 305 | 56 | 0 | 26 | 122 | 2 | 54 | 140 | 72 |
| Binary | 11111011 | 11000101 | 101110 | 0 | 10110 | 1010010 | 10 | 101100 | 1100000 | 111010 |
Color Harmonies of #FBC52E
Complementary color
Monochromatic Colors of #FBC52E
Black with #FBC52E
Text Example
Text Example
White with #FBC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC52E; }
p { color: rgb(251,197,46); }
H1.HeaderClassName
{
color: #FBC52E;
}
.AnyTagClassName
{
color: #FBC52E;
}
</style>
background-color css
<style>
a { background-color: #FBC52E; }
a { background-color: rgb(251,197,46); }
div.DivClassName
{
background-color: #FBC52E;
}
.BgClassName
{
background-color: #FBC52E;
}
</style>
border-color css
<style>
span { border-color: #FBC52E; }
span { border-color: rgb(251,197,46); }
td.TdClassName
{
border-color: #FBC52E;
}
.TagClassName
{
border-color: #FBC52E;
}
</style>