Shades of Gorse #FCE034
Tints of Gorse #FCE034
RGB
CMYK
RGB Variations
Color information
#FCE034 (or 0xFCE034) is known color: Gorse. HEX triplet: FC, E0 and 34. RGB value is (252,224,52). Sum of RGB (Red+Green+Blue) = 252+224+52=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 52 (20.70% from 255 or 9.85% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE034 is #031FCB. Grayscale: #D5D5D5. Windows color (decimal): -204748 or 3465468. OLE color: 3465468.
HSL color Cylindrical-coordinate representation of color #FCE034: hue angle of 51.6º 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 #FCE034 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 52 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.01 |
| HSL | 51.6º | 0.97% | 0.6% | - |
| HSV(B) | 51.6º | 0.79% | 0.99% | - |
| XYZ | 67.42 | 74.25 | 14.03 | - |
| YUV | 212.76 | 37.28 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 52 | 0 | 0.11 | 0.79 | 0.01 | 51.6 | 0.97 | 0.6 |
| Hex | FC | E0 | 34 | 0 | B | 4F | 1 | 34 | 61 | 3C |
| Octal | 374 | 340 | 64 | 0 | 13 | 117 | 1 | 64 | 141 | 74 |
| Binary | 11111100 | 11100000 | 110100 | 0 | 1011 | 1001111 | 1 | 110100 | 1100001 | 111100 |
Color Harmonies of #FCE034
Complementary color
Monochromatic Colors of #FCE034
Black with #FCE034
Text Example
Text Example
White with #FCE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE034; }
p { color: rgb(252,224,52); }
H1.HeaderClassName
{
color: #FCE034;
}
.AnyTagClassName
{
color: #FCE034;
}
</style>
background-color css
<style>
a { background-color: #FCE034; }
a { background-color: rgb(252,224,52); }
div.DivClassName
{
background-color: #FCE034;
}
.BgClassName
{
background-color: #FCE034;
}
</style>
border-color css
<style>
span { border-color: #FCE034; }
span { border-color: rgb(252,224,52); }
td.TdClassName
{
border-color: #FCE034;
}
.TagClassName
{
border-color: #FCE034;
}
</style>