Shades of Gorse #FCE934
Tints of Gorse #FCE934
RGB
CMYK
RGB Variations
Color information
#FCE934 (or 0xFCE934) is known color: Gorse. HEX triplet: FC, E9 and 34. RGB value is (252,233,52). Sum of RGB (Red+Green+Blue) = 252+233+52=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 52 (20.70% from 255 or 9.68% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE934 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE934 is #0316CB. Grayscale: #DADADA. Windows color (decimal): -202444 or 3467772. OLE color: 3467772.
HSL color Cylindrical-coordinate representation of color #FCE934: hue angle of 54.3º 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 #FCE934 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 52 | - |
| CMYK | 0 | 0.08 | 0.79 | 0.01 |
| HSL | 54.3º | 0.97% | 0.6% | - |
| HSV(B) | 54.3º | 0.79% | 0.99% | - |
| XYZ | 69.9 | 79.22 | 14.86 | - |
| YUV | 218.05 | 34.29 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 52 | 0 | 0.08 | 0.79 | 0.01 | 54.3 | 0.97 | 0.6 |
| Hex | FC | E9 | 34 | 0 | 8 | 4F | 1 | 36 | 61 | 3C |
| Octal | 374 | 351 | 64 | 0 | 10 | 117 | 1 | 66 | 141 | 74 |
| Binary | 11111100 | 11101001 | 110100 | 0 | 1000 | 1001111 | 1 | 110110 | 1100001 | 111100 |
Color Harmonies of #FCE934
Complementary color
Monochromatic Colors of #FCE934
Black with #FCE934
Text Example
Text Example
White with #FCE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE934; }
p { color: rgb(252,233,52); }
H1.HeaderClassName
{
color: #FCE934;
}
.AnyTagClassName
{
color: #FCE934;
}
</style>
background-color css
<style>
a { background-color: #FCE934; }
a { background-color: rgb(252,233,52); }
div.DivClassName
{
background-color: #FCE934;
}
.BgClassName
{
background-color: #FCE934;
}
</style>
border-color css
<style>
span { border-color: #FCE934; }
span { border-color: rgb(252,233,52); }
td.TdClassName
{
border-color: #FCE934;
}
.TagClassName
{
border-color: #FCE934;
}
</style>