Shades of Gorse #FCE329
Tints of Gorse #FCE329
RGB
CMYK
RGB Variations
Color information
#FCE329 (or 0xFCE329) is known color: Gorse. HEX triplet: FC, E3 and 29. RGB value is (252,227,41). Sum of RGB (Red+Green+Blue) = 252+227+41=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 41 (16.41% from 255 or 7.88% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE329 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE329 is #031CD6. Grayscale: #D6D6D6. Windows color (decimal): -203991 or 2745340. OLE color: 2745340.
HSL color Cylindrical-coordinate representation of color #FCE329: hue angle of 52.89º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCE329 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 41 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.01 |
| HSL | 52.89º | 0.97% | 0.57% | - |
| HSV(B) | 52.89º | 0.84% | 0.99% | - |
| XYZ | 68.01 | 75.79 | 13.14 | - |
| YUV | 213.27 | 30.78 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 41 | 0 | 0.10 | 0.84 | 0.01 | 52.89 | 0.97 | 0.57 |
| Hex | FC | E3 | 29 | 0 | A | 54 | 1 | 35 | 61 | 39 |
| Octal | 374 | 343 | 51 | 0 | 12 | 124 | 1 | 65 | 141 | 71 |
| Binary | 11111100 | 11100011 | 101001 | 0 | 1010 | 1010100 | 1 | 110101 | 1100001 | 111001 |
Color Harmonies of #FCE329
Complementary color
Monochromatic Colors of #FCE329
Black with #FCE329
Text Example
Text Example
White with #FCE329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE329; }
p { color: rgb(252,227,41); }
H1.HeaderClassName
{
color: #FCE329;
}
.AnyTagClassName
{
color: #FCE329;
}
</style>
background-color css
<style>
a { background-color: #FCE329; }
a { background-color: rgb(252,227,41); }
div.DivClassName
{
background-color: #FCE329;
}
.BgClassName
{
background-color: #FCE329;
}
</style>
border-color css
<style>
span { border-color: #FCE329; }
span { border-color: rgb(252,227,41); }
td.TdClassName
{
border-color: #FCE329;
}
.TagClassName
{
border-color: #FCE329;
}
</style>