Shades of Gorse #FCE42F
Tints of Gorse #FCE42F
RGB
CMYK
RGB Variations
Color information
#FCE42F (or 0xFCE42F) is known color: Gorse. HEX triplet: FC, E4 and 2F. RGB value is (252,228,47). Sum of RGB (Red+Green+Blue) = 252+228+47=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 47 (18.75% from 255 or 8.92% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE42F is #031BD0. Grayscale: #D7D7D7. Windows color (decimal): -203729 or 3138812. OLE color: 3138812.
HSL color Cylindrical-coordinate representation of color #FCE42F: hue angle of 52.98º 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 #FCE42F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 47 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.01 |
| HSL | 52.98º | 0.97% | 0.59% | - |
| HSV(B) | 52.98º | 0.81% | 0.99% | - |
| XYZ | 68.4 | 76.39 | 13.83 | - |
| YUV | 214.54 | 33.45 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 47 | 0 | 0.10 | 0.81 | 0.01 | 52.98 | 0.97 | 0.59 |
| Hex | FC | E4 | 2F | 0 | A | 51 | 1 | 35 | 61 | 3B |
| Octal | 374 | 344 | 57 | 0 | 12 | 121 | 1 | 65 | 141 | 73 |
| Binary | 11111100 | 11100100 | 101111 | 0 | 1010 | 1010001 | 1 | 110101 | 1100001 | 111011 |
Color Harmonies of #FCE42F
Complementary color
Monochromatic Colors of #FCE42F
Black with #FCE42F
Text Example
Text Example
White with #FCE42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE42F; }
p { color: rgb(252,228,47); }
H1.HeaderClassName
{
color: #FCE42F;
}
.AnyTagClassName
{
color: #FCE42F;
}
</style>
background-color css
<style>
a { background-color: #FCE42F; }
a { background-color: rgb(252,228,47); }
div.DivClassName
{
background-color: #FCE42F;
}
.BgClassName
{
background-color: #FCE42F;
}
</style>
border-color css
<style>
span { border-color: #FCE42F; }
span { border-color: rgb(252,228,47); }
td.TdClassName
{
border-color: #FCE42F;
}
.TagClassName
{
border-color: #FCE42F;
}
</style>