Shades of Gorse #FCEC2B
Tints of Gorse #FCEC2B
RGB
CMYK
RGB Variations
Color information
#FCEC2B (or 0xFCEC2B) is known color: Gorse. HEX triplet: FC, EC and 2B. RGB value is (252,236,43). Sum of RGB (Red+Green+Blue) = 252+236+43=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 43 (17.19% from 255 or 8.10% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC2B is #0313D4. Grayscale: #DBDBDB. Windows color (decimal): -201685 or 2878716. OLE color: 2878716.
HSL color Cylindrical-coordinate representation of color #FCEC2B: hue angle of 55.41º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCEC2B is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 43 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.01 |
| HSL | 55.41º | 0.97% | 0.58% | - |
| HSV(B) | 55.41º | 0.83% | 0.99% | - |
| XYZ | 70.58 | 80.86 | 14.17 | - |
| YUV | 218.78 | 28.8 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 43 | 0 | 0.06 | 0.83 | 0.01 | 55.41 | 0.97 | 0.58 |
| Hex | FC | EC | 2B | 0 | 6 | 53 | 1 | 37 | 61 | 3A |
| Octal | 374 | 354 | 53 | 0 | 6 | 123 | 1 | 67 | 141 | 72 |
| Binary | 11111100 | 11101100 | 101011 | 0 | 110 | 1010011 | 1 | 110111 | 1100001 | 111010 |
Color Harmonies of #FCEC2B
Complementary color
Monochromatic Colors of #FCEC2B
Black with #FCEC2B
Text Example
Text Example
White with #FCEC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC2B; }
p { color: rgb(252,236,43); }
H1.HeaderClassName
{
color: #FCEC2B;
}
.AnyTagClassName
{
color: #FCEC2B;
}
</style>
background-color css
<style>
a { background-color: #FCEC2B; }
a { background-color: rgb(252,236,43); }
div.DivClassName
{
background-color: #FCEC2B;
}
.BgClassName
{
background-color: #FCEC2B;
}
</style>
border-color css
<style>
span { border-color: #FCEC2B; }
span { border-color: rgb(252,236,43); }
td.TdClassName
{
border-color: #FCEC2B;
}
.TagClassName
{
border-color: #FCEC2B;
}
</style>