Shades of Gorse #FCE324
Tints of Gorse #FCE324
RGB
CMYK
RGB Variations
Color information
#FCE324 (or 0xFCE324) is known color: Gorse. HEX triplet: FC, E3 and 24. RGB value is (252,227,36). Sum of RGB (Red+Green+Blue) = 252+227+36=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 36 (14.45% from 255 or 6.99% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE324 is #031CDB. Grayscale: #D5D5D5. Windows color (decimal): -203996 or 2417660. OLE color: 2417660.
HSL color Cylindrical-coordinate representation of color #FCE324: hue angle of 53.06º 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 #FCE324 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 36 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.01 |
| HSL | 53.06º | 0.97% | 0.56% | - |
| HSV(B) | 53.06º | 0.86% | 0.99% | - |
| XYZ | 67.93 | 75.76 | 12.71 | - |
| YUV | 212.7 | 28.28 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 36 | 0 | 0.10 | 0.86 | 0.01 | 53.06 | 0.97 | 0.56 |
| Hex | FC | E3 | 24 | 0 | A | 56 | 1 | 35 | 61 | 38 |
| Octal | 374 | 343 | 44 | 0 | 12 | 126 | 1 | 65 | 141 | 70 |
| Binary | 11111100 | 11100011 | 100100 | 0 | 1010 | 1010110 | 1 | 110101 | 1100001 | 111000 |
Color Harmonies of #FCE324
Complementary color
Monochromatic Colors of #FCE324
Black with #FCE324
Text Example
Text Example
White with #FCE324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE324; }
p { color: rgb(252,227,36); }
H1.HeaderClassName
{
color: #FCE324;
}
.AnyTagClassName
{
color: #FCE324;
}
</style>
background-color css
<style>
a { background-color: #FCE324; }
a { background-color: rgb(252,227,36); }
div.DivClassName
{
background-color: #FCE324;
}
.BgClassName
{
background-color: #FCE324;
}
</style>
border-color css
<style>
span { border-color: #FCE324; }
span { border-color: rgb(252,227,36); }
td.TdClassName
{
border-color: #FCE324;
}
.TagClassName
{
border-color: #FCE324;
}
</style>