Shades of Gorse #FCE52F
Tints of Gorse #FCE52F
RGB
CMYK
RGB Variations
Color information
#FCE52F (or 0xFCE52F) is known color: Gorse. HEX triplet: FC, E5 and 2F. RGB value is (252,229,47). Sum of RGB (Red+Green+Blue) = 252+229+47=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 47 (18.75% from 255 or 8.90% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE52F is #031AD0. Grayscale: #D7D7D7. Windows color (decimal): -203473 or 3139068. OLE color: 3139068.
HSL color Cylindrical-coordinate representation of color #FCE52F: hue angle of 53.27º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCE52F is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 47 | - |
| CMYK | 0 | 0.09 | 0.81 | 0.01 |
| HSL | 53.27º | 0.97% | 0.59% | - |
| HSV(B) | 53.27º | 0.81% | 0.99% | - |
| XYZ | 68.68 | 76.94 | 13.92 | - |
| YUV | 215.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 47 | 0 | 0.09 | 0.81 | 0.01 | 53.27 | 0.97 | 0.59 |
| Hex | FC | E5 | 2F | 0 | 9 | 51 | 1 | 35 | 61 | 3B |
| Octal | 374 | 345 | 57 | 0 | 11 | 121 | 1 | 65 | 141 | 73 |
| Binary | 11111100 | 11100101 | 101111 | 0 | 1001 | 1010001 | 1 | 110101 | 1100001 | 111011 |
Color Harmonies of #FCE52F
Complementary color
Monochromatic Colors of #FCE52F
Black with #FCE52F
Text Example
Text Example
White with #FCE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE52F; }
p { color: rgb(252,229,47); }
H1.HeaderClassName
{
color: #FCE52F;
}
.AnyTagClassName
{
color: #FCE52F;
}
</style>
background-color css
<style>
a { background-color: #FCE52F; }
a { background-color: rgb(252,229,47); }
div.DivClassName
{
background-color: #FCE52F;
}
.BgClassName
{
background-color: #FCE52F;
}
</style>
border-color css
<style>
span { border-color: #FCE52F; }
span { border-color: rgb(252,229,47); }
td.TdClassName
{
border-color: #FCE52F;
}
.TagClassName
{
border-color: #FCE52F;
}
</style>