Shades of Gorse #FCE136
Tints of Gorse #FCE136
RGB
CMYK
RGB Variations
Color information
#FCE136 (or 0xFCE136) is known color: Gorse. HEX triplet: FC, E1 and 36. RGB value is (252,225,54). Sum of RGB (Red+Green+Blue) = 252+225+54=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 54 (21.48% from 255 or 10.17% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE136 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE136 is #031EC9. Grayscale: #D6D6D6. Windows color (decimal): -204490 or 3596796. OLE color: 3596796.
HSL color Cylindrical-coordinate representation of color #FCE136: hue angle of 51.82º 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 #FCE136 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 54 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.01 |
| HSL | 51.82º | 0.97% | 0.6% | - |
| HSV(B) | 51.82º | 0.79% | 0.99% | - |
| XYZ | 67.74 | 74.81 | 14.36 | - |
| YUV | 213.58 | 37.95 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 54 | 0 | 0.11 | 0.79 | 0.01 | 51.82 | 0.97 | 0.6 |
| Hex | FC | E1 | 36 | 0 | B | 4F | 1 | 34 | 61 | 3C |
| Octal | 374 | 341 | 66 | 0 | 13 | 117 | 1 | 64 | 141 | 74 |
| Binary | 11111100 | 11100001 | 110110 | 0 | 1011 | 1001111 | 1 | 110100 | 1100001 | 111100 |
Color Harmonies of #FCE136
Complementary color
Monochromatic Colors of #FCE136
Black with #FCE136
Text Example
Text Example
White with #FCE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE136; }
p { color: rgb(252,225,54); }
H1.HeaderClassName
{
color: #FCE136;
}
.AnyTagClassName
{
color: #FCE136;
}
</style>
background-color css
<style>
a { background-color: #FCE136; }
a { background-color: rgb(252,225,54); }
div.DivClassName
{
background-color: #FCE136;
}
.BgClassName
{
background-color: #FCE136;
}
</style>
border-color css
<style>
span { border-color: #FCE136; }
span { border-color: rgb(252,225,54); }
td.TdClassName
{
border-color: #FCE136;
}
.TagClassName
{
border-color: #FCE136;
}
</style>