Shades of Gorse #FCEC2F
Tints of Gorse #FCEC2F
RGB
CMYK
RGB Variations
Color information
#FCEC2F (or 0xFCEC2F) is known color: Gorse. HEX triplet: FC, EC and 2F. RGB value is (252,236,47). Sum of RGB (Red+Green+Blue) = 252+236+47=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 47 (18.75% from 255 or 8.79% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC2F is #0313D0. Grayscale: #DCDCDC. Windows color (decimal): -201681 or 3140860. OLE color: 3140860.
HSL color Cylindrical-coordinate representation of color #FCEC2F: hue angle of 55.32º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCEC2F is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 47 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.01 |
| HSL | 55.32º | 0.97% | 0.59% | - |
| HSV(B) | 55.32º | 0.81% | 0.99% | - |
| XYZ | 70.65 | 80.89 | 14.58 | - |
| YUV | 219.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 47 | 0 | 0.06 | 0.81 | 0.01 | 55.32 | 0.97 | 0.59 |
| Hex | FC | EC | 2F | 0 | 6 | 51 | 1 | 37 | 61 | 3B |
| Octal | 374 | 354 | 57 | 0 | 6 | 121 | 1 | 67 | 141 | 73 |
| Binary | 11111100 | 11101100 | 101111 | 0 | 110 | 1010001 | 1 | 110111 | 1100001 | 111011 |
Color Harmonies of #FCEC2F
Complementary color
Monochromatic Colors of #FCEC2F
Black with #FCEC2F
Text Example
Text Example
White with #FCEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC2F; }
p { color: rgb(252,236,47); }
H1.HeaderClassName
{
color: #FCEC2F;
}
.AnyTagClassName
{
color: #FCEC2F;
}
</style>
background-color css
<style>
a { background-color: #FCEC2F; }
a { background-color: rgb(252,236,47); }
div.DivClassName
{
background-color: #FCEC2F;
}
.BgClassName
{
background-color: #FCEC2F;
}
</style>
border-color css
<style>
span { border-color: #FCEC2F; }
span { border-color: rgb(252,236,47); }
td.TdClassName
{
border-color: #FCEC2F;
}
.TagClassName
{
border-color: #FCEC2F;
}
</style>