Shades of Gorse #FCE42A
Tints of Gorse #FCE42A
RGB
CMYK
RGB Variations
Color information
#FCE42A (or 0xFCE42A) is known color: Gorse. HEX triplet: FC, E4 and 2A. RGB value is (252,228,42). Sum of RGB (Red+Green+Blue) = 252+228+42=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 42 (16.80% from 255 or 8.05% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE42A is #031BD5. Grayscale: #D6D6D6. Windows color (decimal): -203734 or 2811132. OLE color: 2811132.
HSL color Cylindrical-coordinate representation of color #FCE42A: hue angle of 53.14º 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 #FCE42A is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 42 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.01 |
| HSL | 53.14º | 0.97% | 0.58% | - |
| HSV(B) | 53.14º | 0.83% | 0.99% | - |
| XYZ | 68.31 | 76.35 | 13.33 | - |
| YUV | 213.97 | 30.95 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 42 | 0 | 0.10 | 0.83 | 0.01 | 53.14 | 0.97 | 0.58 |
| Hex | FC | E4 | 2A | 0 | A | 53 | 1 | 35 | 61 | 3A |
| Octal | 374 | 344 | 52 | 0 | 12 | 123 | 1 | 65 | 141 | 72 |
| Binary | 11111100 | 11100100 | 101010 | 0 | 1010 | 1010011 | 1 | 110101 | 1100001 | 111010 |
Color Harmonies of #FCE42A
Complementary color
Monochromatic Colors of #FCE42A
Black with #FCE42A
Text Example
Text Example
White with #FCE42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE42A; }
p { color: rgb(252,228,42); }
H1.HeaderClassName
{
color: #FCE42A;
}
.AnyTagClassName
{
color: #FCE42A;
}
</style>
background-color css
<style>
a { background-color: #FCE42A; }
a { background-color: rgb(252,228,42); }
div.DivClassName
{
background-color: #FCE42A;
}
.BgClassName
{
background-color: #FCE42A;
}
</style>
border-color css
<style>
span { border-color: #FCE42A; }
span { border-color: rgb(252,228,42); }
td.TdClassName
{
border-color: #FCE42A;
}
.TagClassName
{
border-color: #FCE42A;
}
</style>