Shades of Gorse #FCE035
Tints of Gorse #FCE035
RGB
CMYK
RGB Variations
Color information
#FCE035 (or 0xFCE035) is known color: Gorse. HEX triplet: FC, E0 and 35. RGB value is (252,224,53). Sum of RGB (Red+Green+Blue) = 252+224+53=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 53 (21.09% from 255 or 10.02% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE035 is #031FCA. Grayscale: #D5D5D5. Windows color (decimal): -204747 or 3531004. OLE color: 3531004.
HSL color Cylindrical-coordinate representation of color #FCE035: hue angle of 51.56º 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 #FCE035 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 53 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.01 |
| HSL | 51.56º | 0.97% | 0.6% | - |
| HSV(B) | 51.56º | 0.79% | 0.99% | - |
| XYZ | 67.44 | 74.26 | 14.15 | - |
| YUV | 212.88 | 37.78 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 53 | 0 | 0.11 | 0.79 | 0.01 | 51.56 | 0.97 | 0.6 |
| Hex | FC | E0 | 35 | 0 | B | 4F | 1 | 34 | 61 | 3C |
| Octal | 374 | 340 | 65 | 0 | 13 | 117 | 1 | 64 | 141 | 74 |
| Binary | 11111100 | 11100000 | 110101 | 0 | 1011 | 1001111 | 1 | 110100 | 1100001 | 111100 |
Color Harmonies of #FCE035
Complementary color
Monochromatic Colors of #FCE035
Black with #FCE035
Text Example
Text Example
White with #FCE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE035; }
p { color: rgb(252,224,53); }
H1.HeaderClassName
{
color: #FCE035;
}
.AnyTagClassName
{
color: #FCE035;
}
</style>
background-color css
<style>
a { background-color: #FCE035; }
a { background-color: rgb(252,224,53); }
div.DivClassName
{
background-color: #FCE035;
}
.BgClassName
{
background-color: #FCE035;
}
</style>
border-color css
<style>
span { border-color: #FCE035; }
span { border-color: rgb(252,224,53); }
td.TdClassName
{
border-color: #FCE035;
}
.TagClassName
{
border-color: #FCE035;
}
</style>