Shades of Gorse #FCE52A
Tints of Gorse #FCE52A
RGB
CMYK
RGB Variations
Color information
#FCE52A (or 0xFCE52A) is known color: Gorse. HEX triplet: FC, E5 and 2A. RGB value is (252,229,42). Sum of RGB (Red+Green+Blue) = 252+229+42=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 42 (16.80% from 255 or 8.03% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE52A is #031AD5. Grayscale: #D7D7D7. Windows color (decimal): -203478 or 2811388. OLE color: 2811388.
HSL color Cylindrical-coordinate representation of color #FCE52A: hue angle of 53.43º 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 #FCE52A is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 42 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.01 |
| HSL | 53.43º | 0.97% | 0.58% | - |
| HSV(B) | 53.43º | 0.83% | 0.99% | - |
| XYZ | 68.58 | 76.9 | 13.42 | - |
| YUV | 214.56 | 30.62 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 42 | 0 | 0.09 | 0.83 | 0.01 | 53.43 | 0.97 | 0.58 |
| Hex | FC | E5 | 2A | 0 | 9 | 53 | 1 | 35 | 61 | 3A |
| Octal | 374 | 345 | 52 | 0 | 11 | 123 | 1 | 65 | 141 | 72 |
| Binary | 11111100 | 11100101 | 101010 | 0 | 1001 | 1010011 | 1 | 110101 | 1100001 | 111010 |
Color Harmonies of #FCE52A
Complementary color
Monochromatic Colors of #FCE52A
Black with #FCE52A
Text Example
Text Example
White with #FCE52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE52A; }
p { color: rgb(252,229,42); }
H1.HeaderClassName
{
color: #FCE52A;
}
.AnyTagClassName
{
color: #FCE52A;
}
</style>
background-color css
<style>
a { background-color: #FCE52A; }
a { background-color: rgb(252,229,42); }
div.DivClassName
{
background-color: #FCE52A;
}
.BgClassName
{
background-color: #FCE52A;
}
</style>
border-color css
<style>
span { border-color: #FCE52A; }
span { border-color: rgb(252,229,42); }
td.TdClassName
{
border-color: #FCE52A;
}
.TagClassName
{
border-color: #FCE52A;
}
</style>