Shades of Gorse #FCE540
Tints of Gorse #FCE540
RGB
CMYK
RGB Variations
Color information
#FCE540 (or 0xFCE540) is known color: Gorse. HEX triplet: FC, E5 and 40. RGB value is (252,229,64). Sum of RGB (Red+Green+Blue) = 252+229+64=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 64 (25.39% from 255 or 11.74% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE540 is #031ABF. Grayscale: #D9D9D9. Windows color (decimal): -203456 or 4253180. OLE color: 4253180.
HSL color Cylindrical-coordinate representation of color #FCE540: hue angle of 52.66º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCE540 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 64 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.01 |
| HSL | 52.66º | 0.97% | 0.62% | - |
| HSV(B) | 52.66º | 0.75% | 0.99% | - |
| XYZ | 69.09 | 77.1 | 16.09 | - |
| YUV | 217.07 | 41.62 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 64 | 0 | 0.09 | 0.75 | 0.01 | 52.66 | 0.97 | 0.62 |
| Hex | FC | E5 | 40 | 0 | 9 | 4B | 1 | 35 | 61 | 3E |
| Octal | 374 | 345 | 100 | 0 | 11 | 113 | 1 | 65 | 141 | 76 |
| Binary | 11111100 | 11100101 | 1000000 | 0 | 1001 | 1001011 | 1 | 110101 | 1100001 | 111110 |
Color Harmonies of #FCE540
Complementary color
Monochromatic Colors of #FCE540
Black with #FCE540
Text Example
Text Example
White with #FCE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE540; }
p { color: rgb(252,229,64); }
H1.HeaderClassName
{
color: #FCE540;
}
.AnyTagClassName
{
color: #FCE540;
}
</style>
background-color css
<style>
a { background-color: #FCE540; }
a { background-color: rgb(252,229,64); }
div.DivClassName
{
background-color: #FCE540;
}
.BgClassName
{
background-color: #FCE540;
}
</style>
border-color css
<style>
span { border-color: #FCE540; }
span { border-color: rgb(252,229,64); }
td.TdClassName
{
border-color: #FCE540;
}
.TagClassName
{
border-color: #FCE540;
}
</style>