Shades of Gorse #FCE52C
Tints of Gorse #FCE52C
RGB
CMYK
RGB Variations
Color information
#FCE52C (or 0xFCE52C) is known color: Gorse. HEX triplet: FC, E5 and 2C. RGB value is (252,229,44). Sum of RGB (Red+Green+Blue) = 252+229+44=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 44 (17.58% from 255 or 8.38% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE52C is #031AD3. Grayscale: #D7D7D7. Windows color (decimal): -203476 or 2942460. OLE color: 2942460.
HSL color Cylindrical-coordinate representation of color #FCE52C: hue angle of 53.37º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCE52C is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 44 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.01 |
| HSL | 53.37º | 0.97% | 0.58% | - |
| HSV(B) | 53.37º | 0.83% | 0.99% | - |
| XYZ | 68.62 | 76.92 | 13.61 | - |
| YUV | 214.79 | 31.62 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 44 | 0 | 0.09 | 0.83 | 0.01 | 53.37 | 0.97 | 0.58 |
| Hex | FC | E5 | 2C | 0 | 9 | 53 | 1 | 35 | 61 | 3A |
| Octal | 374 | 345 | 54 | 0 | 11 | 123 | 1 | 65 | 141 | 72 |
| Binary | 11111100 | 11100101 | 101100 | 0 | 1001 | 1010011 | 1 | 110101 | 1100001 | 111010 |
Color Harmonies of #FCE52C
Complementary color
Monochromatic Colors of #FCE52C
Black with #FCE52C
Text Example
Text Example
White with #FCE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE52C; }
p { color: rgb(252,229,44); }
H1.HeaderClassName
{
color: #FCE52C;
}
.AnyTagClassName
{
color: #FCE52C;
}
</style>
background-color css
<style>
a { background-color: #FCE52C; }
a { background-color: rgb(252,229,44); }
div.DivClassName
{
background-color: #FCE52C;
}
.BgClassName
{
background-color: #FCE52C;
}
</style>
border-color css
<style>
span { border-color: #FCE52C; }
span { border-color: rgb(252,229,44); }
td.TdClassName
{
border-color: #FCE52C;
}
.TagClassName
{
border-color: #FCE52C;
}
</style>