Shades of Gorse #FCE42C
Tints of Gorse #FCE42C
RGB
CMYK
RGB Variations
Color information
#FCE42C (or 0xFCE42C) is known color: Gorse. HEX triplet: FC, E4 and 2C. RGB value is (252,228,44). Sum of RGB (Red+Green+Blue) = 252+228+44=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 44 (17.58% from 255 or 8.40% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE42C is #031BD3. Grayscale: #D6D6D6. Windows color (decimal): -203732 or 2942204. OLE color: 2942204.
HSL color Cylindrical-coordinate representation of color #FCE42C: hue angle of 53.08º 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 #FCE42C is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 44 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.01 |
| HSL | 53.08º | 0.97% | 0.58% | - |
| HSV(B) | 53.08º | 0.83% | 0.99% | - |
| XYZ | 68.34 | 76.36 | 13.52 | - |
| YUV | 214.2 | 31.95 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 44 | 0 | 0.10 | 0.83 | 0.01 | 53.08 | 0.97 | 0.58 |
| Hex | FC | E4 | 2C | 0 | A | 53 | 1 | 35 | 61 | 3A |
| Octal | 374 | 344 | 54 | 0 | 12 | 123 | 1 | 65 | 141 | 72 |
| Binary | 11111100 | 11100100 | 101100 | 0 | 1010 | 1010011 | 1 | 110101 | 1100001 | 111010 |
Color Harmonies of #FCE42C
Complementary color
Monochromatic Colors of #FCE42C
Black with #FCE42C
Text Example
Text Example
White with #FCE42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE42C; }
p { color: rgb(252,228,44); }
H1.HeaderClassName
{
color: #FCE42C;
}
.AnyTagClassName
{
color: #FCE42C;
}
</style>
background-color css
<style>
a { background-color: #FCE42C; }
a { background-color: rgb(252,228,44); }
div.DivClassName
{
background-color: #FCE42C;
}
.BgClassName
{
background-color: #FCE42C;
}
</style>
border-color css
<style>
span { border-color: #FCE42C; }
span { border-color: rgb(252,228,44); }
td.TdClassName
{
border-color: #FCE42C;
}
.TagClassName
{
border-color: #FCE42C;
}
</style>