Shades of Gorse #FCE524
Tints of Gorse #FCE524
RGB
CMYK
RGB Variations
Color information
#FCE524 (or 0xFCE524) is known color: Gorse. HEX triplet: FC, E5 and 24. RGB value is (252,229,36). Sum of RGB (Red+Green+Blue) = 252+229+36=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 36 (14.45% from 255 or 6.96% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE524 is #031ADB. Grayscale: #D6D6D6. Windows color (decimal): -203484 or 2418172. OLE color: 2418172.
HSL color Cylindrical-coordinate representation of color #FCE524: hue angle of 53.61º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCE524 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 36 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.01 |
| HSL | 53.61º | 0.97% | 0.56% | - |
| HSV(B) | 53.61º | 0.86% | 0.99% | - |
| XYZ | 68.48 | 76.86 | 12.9 | - |
| YUV | 213.88 | 27.62 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 36 | 0 | 0.09 | 0.86 | 0.01 | 53.61 | 0.97 | 0.56 |
| Hex | FC | E5 | 24 | 0 | 9 | 56 | 1 | 36 | 61 | 38 |
| Octal | 374 | 345 | 44 | 0 | 11 | 126 | 1 | 66 | 141 | 70 |
| Binary | 11111100 | 11100101 | 100100 | 0 | 1001 | 1010110 | 1 | 110110 | 1100001 | 111000 |
Color Harmonies of #FCE524
Complementary color
Monochromatic Colors of #FCE524
Black with #FCE524
Text Example
Text Example
White with #FCE524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE524; }
p { color: rgb(252,229,36); }
H1.HeaderClassName
{
color: #FCE524;
}
.AnyTagClassName
{
color: #FCE524;
}
</style>
background-color css
<style>
a { background-color: #FCE524; }
a { background-color: rgb(252,229,36); }
div.DivClassName
{
background-color: #FCE524;
}
.BgClassName
{
background-color: #FCE524;
}
</style>
border-color css
<style>
span { border-color: #FCE524; }
span { border-color: rgb(252,229,36); }
td.TdClassName
{
border-color: #FCE524;
}
.TagClassName
{
border-color: #FCE524;
}
</style>