Shades of Saffron #FCBA26
Tints of Saffron #FCBA26
RGB
CMYK
RGB Variations
Color information
#FCBA26 (or 0xFCBA26) is known color: Saffron. HEX triplet: FC, BA and 26. RGB value is (252,186,38). Sum of RGB (Red+Green+Blue) = 252+186+38=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 38 (15.23% from 255 or 7.98% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA26 is #0345D9. Grayscale: #BDBDBD. Windows color (decimal): -214490 or 2538236. OLE color: 2538236.
HSL color Cylindrical-coordinate representation of color #FCBA26: hue angle of 41.5º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCBA26 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 38 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.01 |
| HSL | 41.5º | 0.97% | 0.57% | - |
| HSV(B) | 41.5º | 0.85% | 0.99% | - |
| XYZ | 58.05 | 55.95 | 9.57 | - |
| YUV | 188.86 | 42.87 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 38 | 0 | 0.26 | 0.85 | 0.01 | 41.5 | 0.97 | 0.57 |
| Hex | FC | BA | 26 | 0 | 1A | 55 | 1 | 29 | 61 | 39 |
| Octal | 374 | 272 | 46 | 0 | 32 | 125 | 1 | 51 | 141 | 71 |
| Binary | 11111100 | 10111010 | 100110 | 0 | 11010 | 1010101 | 1 | 101001 | 1100001 | 111001 |
Color Harmonies of #FCBA26
Complementary color
Monochromatic Colors of #FCBA26
Black with #FCBA26
Text Example
Text Example
White with #FCBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA26; }
p { color: rgb(252,186,38); }
H1.HeaderClassName
{
color: #FCBA26;
}
.AnyTagClassName
{
color: #FCBA26;
}
</style>
background-color css
<style>
a { background-color: #FCBA26; }
a { background-color: rgb(252,186,38); }
div.DivClassName
{
background-color: #FCBA26;
}
.BgClassName
{
background-color: #FCBA26;
}
</style>
border-color css
<style>
span { border-color: #FCBA26; }
span { border-color: rgb(252,186,38); }
td.TdClassName
{
border-color: #FCBA26;
}
.TagClassName
{
border-color: #FCBA26;
}
</style>