Shades of Saffron #FCBC2E
Tints of Saffron #FCBC2E
RGB
CMYK
RGB Variations
Color information
#FCBC2E (or 0xFCBC2E) is known color: Saffron. HEX triplet: FC, BC and 2E. RGB value is (252,188,46). Sum of RGB (Red+Green+Blue) = 252+188+46=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC2E is #0343D1. Grayscale: #BFBFBF. Windows color (decimal): -213970 or 3063036. OLE color: 3063036.
HSL color Cylindrical-coordinate representation of color #FCBC2E: hue angle of 41.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCBC2E is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 46 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.01 |
| HSL | 41.36º | 0.97% | 0.58% | - |
| HSV(B) | 41.36º | 0.82% | 0.99% | - |
| XYZ | 58.62 | 56.86 | 10.47 | - |
| YUV | 190.95 | 46.2 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 46 | 0 | 0.25 | 0.82 | 0.01 | 41.36 | 0.97 | 0.58 |
| Hex | FC | BC | 2E | 0 | 19 | 52 | 1 | 29 | 61 | 3A |
| Octal | 374 | 274 | 56 | 0 | 31 | 122 | 1 | 51 | 141 | 72 |
| Binary | 11111100 | 10111100 | 101110 | 0 | 11001 | 1010010 | 1 | 101001 | 1100001 | 111010 |
Color Harmonies of #FCBC2E
Complementary color
Monochromatic Colors of #FCBC2E
Black with #FCBC2E
Text Example
Text Example
White with #FCBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC2E; }
p { color: rgb(252,188,46); }
H1.HeaderClassName
{
color: #FCBC2E;
}
.AnyTagClassName
{
color: #FCBC2E;
}
</style>
background-color css
<style>
a { background-color: #FCBC2E; }
a { background-color: rgb(252,188,46); }
div.DivClassName
{
background-color: #FCBC2E;
}
.BgClassName
{
background-color: #FCBC2E;
}
</style>
border-color css
<style>
span { border-color: #FCBC2E; }
span { border-color: rgb(252,188,46); }
td.TdClassName
{
border-color: #FCBC2E;
}
.TagClassName
{
border-color: #FCBC2E;
}
</style>