Shades of Gorse #FCE237
Tints of Gorse #FCE237
RGB
CMYK
RGB Variations
Color information
#FCE237 (or 0xFCE237) is known color: Gorse. HEX triplet: FC, E2 and 37. RGB value is (252,226,55). Sum of RGB (Red+Green+Blue) = 252+226+55=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 55 (21.88% from 255 or 10.32% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE237 is #031DC8. Grayscale: #D6D6D6. Windows color (decimal): -204233 or 3662588. OLE color: 3662588.
HSL color Cylindrical-coordinate representation of color #FCE237: hue angle of 52.08º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCE237 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 55 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.01 |
| HSL | 52.08º | 0.97% | 0.6% | - |
| HSV(B) | 52.08º | 0.78% | 0.99% | - |
| XYZ | 68.03 | 75.36 | 14.58 | - |
| YUV | 214.28 | 38.11 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 55 | 0 | 0.10 | 0.78 | 0.01 | 52.08 | 0.97 | 0.6 |
| Hex | FC | E2 | 37 | 0 | A | 4E | 1 | 34 | 61 | 3C |
| Octal | 374 | 342 | 67 | 0 | 12 | 116 | 1 | 64 | 141 | 74 |
| Binary | 11111100 | 11100010 | 110111 | 0 | 1010 | 1001110 | 1 | 110100 | 1100001 | 111100 |
Color Harmonies of #FCE237
Complementary color
Monochromatic Colors of #FCE237
Black with #FCE237
Text Example
Text Example
White with #FCE237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE237; }
p { color: rgb(252,226,55); }
H1.HeaderClassName
{
color: #FCE237;
}
.AnyTagClassName
{
color: #FCE237;
}
</style>
background-color css
<style>
a { background-color: #FCE237; }
a { background-color: rgb(252,226,55); }
div.DivClassName
{
background-color: #FCE237;
}
.BgClassName
{
background-color: #FCE237;
}
</style>
border-color css
<style>
span { border-color: #FCE237; }
span { border-color: rgb(252,226,55); }
td.TdClassName
{
border-color: #FCE237;
}
.TagClassName
{
border-color: #FCE237;
}
</style>