Shades of Gorse #FCE12D
Tints of Gorse #FCE12D
RGB
CMYK
RGB Variations
Color information
#FCE12D (or 0xFCE12D) is known color: Gorse. HEX triplet: FC, E1 and 2D. RGB value is (252,225,45). Sum of RGB (Red+Green+Blue) = 252+225+45=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 45 (17.97% from 255 or 8.62% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE12D is #031ED2. Grayscale: #D5D5D5. Windows color (decimal): -204499 or 3006972. OLE color: 3006972.
HSL color Cylindrical-coordinate representation of color #FCE12D: hue angle of 52.17º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCE12D is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 45 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.01 |
| HSL | 52.17º | 0.97% | 0.58% | - |
| HSV(B) | 52.17º | 0.82% | 0.99% | - |
| XYZ | 67.54 | 74.74 | 13.35 | - |
| YUV | 212.55 | 33.45 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 45 | 0 | 0.11 | 0.82 | 0.01 | 52.17 | 0.97 | 0.58 |
| Hex | FC | E1 | 2D | 0 | B | 52 | 1 | 34 | 61 | 3A |
| Octal | 374 | 341 | 55 | 0 | 13 | 122 | 1 | 64 | 141 | 72 |
| Binary | 11111100 | 11100001 | 101101 | 0 | 1011 | 1010010 | 1 | 110100 | 1100001 | 111010 |
Color Harmonies of #FCE12D
Complementary color
Monochromatic Colors of #FCE12D
Black with #FCE12D
Text Example
Text Example
White with #FCE12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE12D; }
p { color: rgb(252,225,45); }
H1.HeaderClassName
{
color: #FCE12D;
}
.AnyTagClassName
{
color: #FCE12D;
}
</style>
background-color css
<style>
a { background-color: #FCE12D; }
a { background-color: rgb(252,225,45); }
div.DivClassName
{
background-color: #FCE12D;
}
.BgClassName
{
background-color: #FCE12D;
}
</style>
border-color css
<style>
span { border-color: #FCE12D; }
span { border-color: rgb(252,225,45); }
td.TdClassName
{
border-color: #FCE12D;
}
.TagClassName
{
border-color: #FCE12D;
}
</style>