Shades of Gorse #FCEC32
Tints of Gorse #FCEC32
RGB
CMYK
RGB Variations
Color information
#FCEC32 (or 0xFCEC32) is known color: Gorse. HEX triplet: FC, EC and 32. RGB value is (252,236,50). Sum of RGB (Red+Green+Blue) = 252+236+50=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 50 (19.92% from 255 or 9.29% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC32 is #0313CD. Grayscale: #DCDCDC. Windows color (decimal): -201678 or 3337468. OLE color: 3337468.
HSL color Cylindrical-coordinate representation of color #FCEC32: hue angle of 55.25º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCEC32 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 50 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.01 |
| HSL | 55.25º | 0.97% | 0.59% | - |
| HSV(B) | 55.25º | 0.8% | 0.99% | - |
| XYZ | 70.72 | 80.92 | 14.91 | - |
| YUV | 219.58 | 32.3 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 50 | 0 | 0.06 | 0.80 | 0.01 | 55.25 | 0.97 | 0.59 |
| Hex | FC | EC | 32 | 0 | 6 | 50 | 1 | 37 | 61 | 3B |
| Octal | 374 | 354 | 62 | 0 | 6 | 120 | 1 | 67 | 141 | 73 |
| Binary | 11111100 | 11101100 | 110010 | 0 | 110 | 1010000 | 1 | 110111 | 1100001 | 111011 |
Color Harmonies of #FCEC32
Complementary color
Monochromatic Colors of #FCEC32
Black with #FCEC32
Text Example
Text Example
White with #FCEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC32; }
p { color: rgb(252,236,50); }
H1.HeaderClassName
{
color: #FCEC32;
}
.AnyTagClassName
{
color: #FCEC32;
}
</style>
background-color css
<style>
a { background-color: #FCEC32; }
a { background-color: rgb(252,236,50); }
div.DivClassName
{
background-color: #FCEC32;
}
.BgClassName
{
background-color: #FCEC32;
}
</style>
border-color css
<style>
span { border-color: #FCEC32; }
span { border-color: rgb(252,236,50); }
td.TdClassName
{
border-color: #FCEC32;
}
.TagClassName
{
border-color: #FCEC32;
}
</style>