Shades of Gorse #FCE224
Tints of Gorse #FCE224
RGB
CMYK
RGB Variations
Color information
#FCE224 (or 0xFCE224) is known color: Gorse. HEX triplet: FC, E2 and 24. RGB value is (252,226,36). Sum of RGB (Red+Green+Blue) = 252+226+36=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 36 (14.45% from 255 or 7.00% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE224 is #031DDB. Grayscale: #D4D4D4. Windows color (decimal): -204252 or 2417404. OLE color: 2417404.
HSL color Cylindrical-coordinate representation of color #FCE224: hue angle of 52.78º 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 #FCE224 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 36 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.01 |
| HSL | 52.78º | 0.97% | 0.56% | - |
| HSV(B) | 52.78º | 0.86% | 0.99% | - |
| XYZ | 67.66 | 75.22 | 12.62 | - |
| YUV | 212.11 | 28.61 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 36 | 0 | 0.10 | 0.86 | 0.01 | 52.78 | 0.97 | 0.56 |
| Hex | FC | E2 | 24 | 0 | A | 56 | 1 | 35 | 61 | 38 |
| Octal | 374 | 342 | 44 | 0 | 12 | 126 | 1 | 65 | 141 | 70 |
| Binary | 11111100 | 11100010 | 100100 | 0 | 1010 | 1010110 | 1 | 110101 | 1100001 | 111000 |
Color Harmonies of #FCE224
Complementary color
Monochromatic Colors of #FCE224
Black with #FCE224
Text Example
Text Example
White with #FCE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE224; }
p { color: rgb(252,226,36); }
H1.HeaderClassName
{
color: #FCE224;
}
.AnyTagClassName
{
color: #FCE224;
}
</style>
background-color css
<style>
a { background-color: #FCE224; }
a { background-color: rgb(252,226,36); }
div.DivClassName
{
background-color: #FCE224;
}
.BgClassName
{
background-color: #FCE224;
}
</style>
border-color css
<style>
span { border-color: #FCE224; }
span { border-color: rgb(252,226,36); }
td.TdClassName
{
border-color: #FCE224;
}
.TagClassName
{
border-color: #FCE224;
}
</style>