Shades of Gorse #FCE234
Tints of Gorse #FCE234
RGB
CMYK
RGB Variations
Color information
#FCE234 (or 0xFCE234) is known color: Gorse. HEX triplet: FC, E2 and 34. RGB value is (252,226,52). Sum of RGB (Red+Green+Blue) = 252+226+52=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 52 (20.70% from 255 or 9.81% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE234 is #031DCB. Grayscale: #D6D6D6. Windows color (decimal): -204236 or 3465980. OLE color: 3465980.
HSL color Cylindrical-coordinate representation of color #FCE234: hue angle of 52.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCE234 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 52 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.01 |
| HSL | 52.2º | 0.97% | 0.6% | - |
| HSV(B) | 52.2º | 0.79% | 0.99% | - |
| XYZ | 67.96 | 75.34 | 14.21 | - |
| YUV | 213.94 | 36.61 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 52 | 0 | 0.10 | 0.79 | 0.01 | 52.2 | 0.97 | 0.6 |
| Hex | FC | E2 | 34 | 0 | A | 4F | 1 | 34 | 61 | 3C |
| Octal | 374 | 342 | 64 | 0 | 12 | 117 | 1 | 64 | 141 | 74 |
| Binary | 11111100 | 11100010 | 110100 | 0 | 1010 | 1001111 | 1 | 110100 | 1100001 | 111100 |
Color Harmonies of #FCE234
Complementary color
Monochromatic Colors of #FCE234
Black with #FCE234
Text Example
Text Example
White with #FCE234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE234; }
p { color: rgb(252,226,52); }
H1.HeaderClassName
{
color: #FCE234;
}
.AnyTagClassName
{
color: #FCE234;
}
</style>
background-color css
<style>
a { background-color: #FCE234; }
a { background-color: rgb(252,226,52); }
div.DivClassName
{
background-color: #FCE234;
}
.BgClassName
{
background-color: #FCE234;
}
</style>
border-color css
<style>
span { border-color: #FCE234; }
span { border-color: rgb(252,226,52); }
td.TdClassName
{
border-color: #FCE234;
}
.TagClassName
{
border-color: #FCE234;
}
</style>