Shades of Gorse #FCEC25
Tints of Gorse #FCEC25
RGB
CMYK
RGB Variations
Color information
#FCEC25 (or 0xFCEC25) is known color: Gorse. HEX triplet: FC, EC and 25. RGB value is (252,236,37). Sum of RGB (Red+Green+Blue) = 252+236+37=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 37 (14.84% from 255 or 7.05% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC25 is #0313DA. Grayscale: #DADADA. Windows color (decimal): -201691 or 2485500. OLE color: 2485500.
HSL color Cylindrical-coordinate representation of color #FCEC25: hue angle of 55.53º 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 #FCEC25 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 37 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.01 |
| HSL | 55.53º | 0.97% | 0.57% | - |
| HSV(B) | 55.53º | 0.85% | 0.99% | - |
| XYZ | 70.47 | 80.82 | 13.64 | - |
| YUV | 218.1 | 25.8 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 37 | 0 | 0.06 | 0.85 | 0.01 | 55.53 | 0.97 | 0.57 |
| Hex | FC | EC | 25 | 0 | 6 | 55 | 1 | 38 | 61 | 39 |
| Octal | 374 | 354 | 45 | 0 | 6 | 125 | 1 | 70 | 141 | 71 |
| Binary | 11111100 | 11101100 | 100101 | 0 | 110 | 1010101 | 1 | 111000 | 1100001 | 111001 |
Color Harmonies of #FCEC25
Complementary color
Monochromatic Colors of #FCEC25
Black with #FCEC25
Text Example
Text Example
White with #FCEC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC25; }
p { color: rgb(252,236,37); }
H1.HeaderClassName
{
color: #FCEC25;
}
.AnyTagClassName
{
color: #FCEC25;
}
</style>
background-color css
<style>
a { background-color: #FCEC25; }
a { background-color: rgb(252,236,37); }
div.DivClassName
{
background-color: #FCEC25;
}
.BgClassName
{
background-color: #FCEC25;
}
</style>
border-color css
<style>
span { border-color: #FCEC25; }
span { border-color: rgb(252,236,37); }
td.TdClassName
{
border-color: #FCEC25;
}
.TagClassName
{
border-color: #FCEC25;
}
</style>