Shades of Gorse #FCE940
Tints of Gorse #FCE940
RGB
CMYK
RGB Variations
Color information
#FCE940 (or 0xFCE940) is known color: Gorse. HEX triplet: FC, E9 and 40. RGB value is (252,233,64). Sum of RGB (Red+Green+Blue) = 252+233+64=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 64 (25.39% from 255 or 11.66% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE940 is #0316BF. Grayscale: #DCDCDC. Windows color (decimal): -202432 or 4254204. OLE color: 4254204.
HSL color Cylindrical-coordinate representation of color #FCE940: hue angle of 53.94º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCE940 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 64 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.01 |
| HSL | 53.94º | 0.97% | 0.62% | - |
| HSV(B) | 53.94º | 0.75% | 0.99% | - |
| XYZ | 70.21 | 79.34 | 16.46 | - |
| YUV | 219.42 | 40.29 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 64 | 0 | 0.08 | 0.75 | 0.01 | 53.94 | 0.97 | 0.62 |
| Hex | FC | E9 | 40 | 0 | 8 | 4B | 1 | 36 | 61 | 3E |
| Octal | 374 | 351 | 100 | 0 | 10 | 113 | 1 | 66 | 141 | 76 |
| Binary | 11111100 | 11101001 | 1000000 | 0 | 1000 | 1001011 | 1 | 110110 | 1100001 | 111110 |
Color Harmonies of #FCE940
Complementary color
Monochromatic Colors of #FCE940
Black with #FCE940
Text Example
Text Example
White with #FCE940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE940; }
p { color: rgb(252,233,64); }
H1.HeaderClassName
{
color: #FCE940;
}
.AnyTagClassName
{
color: #FCE940;
}
</style>
background-color css
<style>
a { background-color: #FCE940; }
a { background-color: rgb(252,233,64); }
div.DivClassName
{
background-color: #FCE940;
}
.BgClassName
{
background-color: #FCE940;
}
</style>
border-color css
<style>
span { border-color: #FCE940; }
span { border-color: rgb(252,233,64); }
td.TdClassName
{
border-color: #FCE940;
}
.TagClassName
{
border-color: #FCE940;
}
</style>