Shades of Gorse #FCE12C
Tints of Gorse #FCE12C
RGB
CMYK
RGB Variations
Color information
#FCE12C (or 0xFCE12C) is known color: Gorse. HEX triplet: FC, E1 and 2C. RGB value is (252,225,44). Sum of RGB (Red+Green+Blue) = 252+225+44=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 44 (17.58% from 255 or 8.45% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE12C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE12C is #031ED3. Grayscale: #D5D5D5. Windows color (decimal): -204500 or 2941436. OLE color: 2941436.
HSL color Cylindrical-coordinate representation of color #FCE12C: hue angle of 52.21º 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 #FCE12C is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 44 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.01 |
| HSL | 52.21º | 0.97% | 0.58% | - |
| HSV(B) | 52.21º | 0.83% | 0.99% | - |
| XYZ | 67.52 | 74.73 | 13.25 | - |
| YUV | 212.44 | 32.95 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 44 | 0 | 0.11 | 0.83 | 0.01 | 52.21 | 0.97 | 0.58 |
| Hex | FC | E1 | 2C | 0 | B | 53 | 1 | 34 | 61 | 3A |
| Octal | 374 | 341 | 54 | 0 | 13 | 123 | 1 | 64 | 141 | 72 |
| Binary | 11111100 | 11100001 | 101100 | 0 | 1011 | 1010011 | 1 | 110100 | 1100001 | 111010 |
Color Harmonies of #FCE12C
Complementary color
Monochromatic Colors of #FCE12C
Black with #FCE12C
Text Example
Text Example
White with #FCE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE12C; }
p { color: rgb(252,225,44); }
H1.HeaderClassName
{
color: #FCE12C;
}
.AnyTagClassName
{
color: #FCE12C;
}
</style>
background-color css
<style>
a { background-color: #FCE12C; }
a { background-color: rgb(252,225,44); }
div.DivClassName
{
background-color: #FCE12C;
}
.BgClassName
{
background-color: #FCE12C;
}
</style>
border-color css
<style>
span { border-color: #FCE12C; }
span { border-color: rgb(252,225,44); }
td.TdClassName
{
border-color: #FCE12C;
}
.TagClassName
{
border-color: #FCE12C;
}
</style>