Shades of Gorse #FCE336
Tints of Gorse #FCE336
RGB
CMYK
RGB Variations
Color information
#FCE336 (or 0xFCE336) is known color: Gorse. HEX triplet: FC, E3 and 36. RGB value is (252,227,54). Sum of RGB (Red+Green+Blue) = 252+227+54=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 54 (21.48% from 255 or 10.13% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE336 is #031CC9. Grayscale: #D7D7D7. Windows color (decimal): -203978 or 3597308. OLE color: 3597308.
HSL color Cylindrical-coordinate representation of color #FCE336: hue angle of 52.42º 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 #FCE336 is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 54 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.01 |
| HSL | 52.42º | 0.97% | 0.6% | - |
| HSV(B) | 52.42º | 0.79% | 0.99% | - |
| XYZ | 68.28 | 75.9 | 14.54 | - |
| YUV | 214.75 | 37.28 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 54 | 0 | 0.10 | 0.79 | 0.01 | 52.42 | 0.97 | 0.6 |
| Hex | FC | E3 | 36 | 0 | A | 4F | 1 | 34 | 61 | 3C |
| Octal | 374 | 343 | 66 | 0 | 12 | 117 | 1 | 64 | 141 | 74 |
| Binary | 11111100 | 11100011 | 110110 | 0 | 1010 | 1001111 | 1 | 110100 | 1100001 | 111100 |
Color Harmonies of #FCE336
Complementary color
Monochromatic Colors of #FCE336
Black with #FCE336
Text Example
Text Example
White with #FCE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE336; }
p { color: rgb(252,227,54); }
H1.HeaderClassName
{
color: #FCE336;
}
.AnyTagClassName
{
color: #FCE336;
}
</style>
background-color css
<style>
a { background-color: #FCE336; }
a { background-color: rgb(252,227,54); }
div.DivClassName
{
background-color: #FCE336;
}
.BgClassName
{
background-color: #FCE336;
}
</style>
border-color css
<style>
span { border-color: #FCE336; }
span { border-color: rgb(252,227,54); }
td.TdClassName
{
border-color: #FCE336;
}
.TagClassName
{
border-color: #FCE336;
}
</style>