Shades of Gorse #FCEA36
Tints of Gorse #FCEA36
RGB
CMYK
RGB Variations
Color information
#FCEA36 (or 0xFCEA36) is known color: Gorse. HEX triplet: FC, EA and 36. RGB value is (252,234,54). Sum of RGB (Red+Green+Blue) = 252+234+54=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 234 (91.80% from 255 or 43.33% from 540); Blue value is 54 (21.48% from 255 or 10% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA36 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA36 is #0315C9. Grayscale: #DBDBDB. Windows color (decimal): -202186 or 3599100. OLE color: 3599100.
HSL color Cylindrical-coordinate representation of color #FCEA36: hue angle of 54.55º 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 #FCEA36 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 54 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.01 |
| HSL | 54.55º | 0.97% | 0.6% | - |
| HSV(B) | 54.55º | 0.79% | 0.99% | - |
| XYZ | 70.23 | 79.81 | 15.19 | - |
| YUV | 218.86 | 34.96 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 54 | 0 | 0.07 | 0.79 | 0.01 | 54.55 | 0.97 | 0.6 |
| Hex | FC | EA | 36 | 0 | 7 | 4F | 1 | 37 | 61 | 3C |
| Octal | 374 | 352 | 66 | 0 | 7 | 117 | 1 | 67 | 141 | 74 |
| Binary | 11111100 | 11101010 | 110110 | 0 | 111 | 1001111 | 1 | 110111 | 1100001 | 111100 |
Color Harmonies of #FCEA36
Complementary color
Monochromatic Colors of #FCEA36
Black with #FCEA36
Text Example
Text Example
White with #FCEA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA36; }
p { color: rgb(252,234,54); }
H1.HeaderClassName
{
color: #FCEA36;
}
.AnyTagClassName
{
color: #FCEA36;
}
</style>
background-color css
<style>
a { background-color: #FCEA36; }
a { background-color: rgb(252,234,54); }
div.DivClassName
{
background-color: #FCEA36;
}
.BgClassName
{
background-color: #FCEA36;
}
</style>
border-color css
<style>
span { border-color: #FCEA36; }
span { border-color: rgb(252,234,54); }
td.TdClassName
{
border-color: #FCEA36;
}
.TagClassName
{
border-color: #FCEA36;
}
</style>