Shades of Gorse #FCE931
Tints of Gorse #FCE931
RGB
CMYK
RGB Variations
Color information
#FCE931 (or 0xFCE931) is known color: Gorse. HEX triplet: FC, E9 and 31. RGB value is (252,233,49). Sum of RGB (Red+Green+Blue) = 252+233+49=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 49 (19.53% from 255 or 9.18% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE931 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE931 is #0316CE. Grayscale: #DADADA. Windows color (decimal): -202447 or 3271164. OLE color: 3271164.
HSL color Cylindrical-coordinate representation of color #FCE931: hue angle of 54.38º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCE931 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 49 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.01 |
| HSL | 54.38º | 0.97% | 0.59% | - |
| HSV(B) | 54.38º | 0.81% | 0.99% | - |
| XYZ | 69.84 | 79.2 | 14.51 | - |
| YUV | 217.71 | 32.79 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 49 | 0 | 0.08 | 0.81 | 0.01 | 54.38 | 0.97 | 0.59 |
| Hex | FC | E9 | 31 | 0 | 8 | 51 | 1 | 36 | 61 | 3B |
| Octal | 374 | 351 | 61 | 0 | 10 | 121 | 1 | 66 | 141 | 73 |
| Binary | 11111100 | 11101001 | 110001 | 0 | 1000 | 1010001 | 1 | 110110 | 1100001 | 111011 |
Color Harmonies of #FCE931
Complementary color
Monochromatic Colors of #FCE931
Black with #FCE931
Text Example
Text Example
White with #FCE931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE931; }
p { color: rgb(252,233,49); }
H1.HeaderClassName
{
color: #FCE931;
}
.AnyTagClassName
{
color: #FCE931;
}
</style>
background-color css
<style>
a { background-color: #FCE931; }
a { background-color: rgb(252,233,49); }
div.DivClassName
{
background-color: #FCE931;
}
.BgClassName
{
background-color: #FCE931;
}
</style>
border-color css
<style>
span { border-color: #FCE931; }
span { border-color: rgb(252,233,49); }
td.TdClassName
{
border-color: #FCE931;
}
.TagClassName
{
border-color: #FCE931;
}
</style>