Shades of Gorse #FCEC2D
Tints of Gorse #FCEC2D
RGB
CMYK
RGB Variations
Color information
#FCEC2D (or 0xFCEC2D) is known color: Gorse. HEX triplet: FC, EC and 2D. RGB value is (252,236,45). Sum of RGB (Red+Green+Blue) = 252+236+45=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 45 (17.97% from 255 or 8.44% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC2D is #0313D2. Grayscale: #DBDBDB. Windows color (decimal): -201683 or 3009788. OLE color: 3009788.
HSL color Cylindrical-coordinate representation of color #FCEC2D: hue angle of 55.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 #FCEC2D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.01 |
| HSL | 55.36º | 0.97% | 0.58% | - |
| HSV(B) | 55.36º | 0.82% | 0.99% | - |
| XYZ | 70.61 | 80.88 | 14.37 | - |
| YUV | 219.01 | 29.8 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 45 | 0 | 0.06 | 0.82 | 0.01 | 55.36 | 0.97 | 0.58 |
| Hex | FC | EC | 2D | 0 | 6 | 52 | 1 | 37 | 61 | 3A |
| Octal | 374 | 354 | 55 | 0 | 6 | 122 | 1 | 67 | 141 | 72 |
| Binary | 11111100 | 11101100 | 101101 | 0 | 110 | 1010010 | 1 | 110111 | 1100001 | 111010 |
Color Harmonies of #FCEC2D
Complementary color
Monochromatic Colors of #FCEC2D
Black with #FCEC2D
Text Example
Text Example
White with #FCEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC2D; }
p { color: rgb(252,236,45); }
H1.HeaderClassName
{
color: #FCEC2D;
}
.AnyTagClassName
{
color: #FCEC2D;
}
</style>
background-color css
<style>
a { background-color: #FCEC2D; }
a { background-color: rgb(252,236,45); }
div.DivClassName
{
background-color: #FCEC2D;
}
.BgClassName
{
background-color: #FCEC2D;
}
</style>
border-color css
<style>
span { border-color: #FCEC2D; }
span { border-color: rgb(252,236,45); }
td.TdClassName
{
border-color: #FCEC2D;
}
.TagClassName
{
border-color: #FCEC2D;
}
</style>