Shades of Gorse #FCE740
Tints of Gorse #FCE740
RGB
CMYK
RGB Variations
Color information
#FCE740 (or 0xFCE740) is known color: Gorse. HEX triplet: FC, E7 and 40. RGB value is (252,231,64). Sum of RGB (Red+Green+Blue) = 252+231+64=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 64 (25.39% from 255 or 11.70% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE740 is #0318BF. Grayscale: #DADADA. Windows color (decimal): -202944 or 4253692. OLE color: 4253692.
HSL color Cylindrical-coordinate representation of color #FCE740: hue angle of 53.3º 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 #FCE740 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 231 | 64 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.01 |
| HSL | 53.3º | 0.97% | 0.62% | - |
| HSV(B) | 53.3º | 0.75% | 0.99% | - |
| XYZ | 69.65 | 78.22 | 16.28 | - |
| YUV | 218.24 | 40.96 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 231 | 64 | 0 | 0.08 | 0.75 | 0.01 | 53.3 | 0.97 | 0.62 |
| Hex | FC | E7 | 40 | 0 | 8 | 4B | 1 | 35 | 61 | 3E |
| Octal | 374 | 347 | 100 | 0 | 10 | 113 | 1 | 65 | 141 | 76 |
| Binary | 11111100 | 11100111 | 1000000 | 0 | 1000 | 1001011 | 1 | 110101 | 1100001 | 111110 |
Color Harmonies of #FCE740
Complementary color
Monochromatic Colors of #FCE740
Black with #FCE740
Text Example
Text Example
White with #FCE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE740; }
p { color: rgb(252,231,64); }
H1.HeaderClassName
{
color: #FCE740;
}
.AnyTagClassName
{
color: #FCE740;
}
</style>
background-color css
<style>
a { background-color: #FCE740; }
a { background-color: rgb(252,231,64); }
div.DivClassName
{
background-color: #FCE740;
}
.BgClassName
{
background-color: #FCE740;
}
</style>
border-color css
<style>
span { border-color: #FCE740; }
span { border-color: rgb(252,231,64); }
td.TdClassName
{
border-color: #FCE740;
}
.TagClassName
{
border-color: #FCE740;
}
</style>