Shades of Gorse #FCE426
Tints of Gorse #FCE426
RGB
CMYK
RGB Variations
Color information
#FCE426 (or 0xFCE426) is known color: Gorse. HEX triplet: FC, E4 and 26. RGB value is (252,228,38). Sum of RGB (Red+Green+Blue) = 252+228+38=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 38 (15.23% from 255 or 7.34% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE426 is #031BD9. Grayscale: #D6D6D6. Windows color (decimal): -203738 or 2548988. OLE color: 2548988.
HSL color Cylindrical-coordinate representation of color #FCE426: hue angle of 53.27º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCE426 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 38 | - |
| CMYK | 0 | 0.10 | 0.85 | 0.01 |
| HSL | 53.27º | 0.97% | 0.57% | - |
| HSV(B) | 53.27º | 0.85% | 0.99% | - |
| XYZ | 68.24 | 76.32 | 12.97 | - |
| YUV | 213.52 | 28.95 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 38 | 0 | 0.10 | 0.85 | 0.01 | 53.27 | 0.97 | 0.57 |
| Hex | FC | E4 | 26 | 0 | A | 55 | 1 | 35 | 61 | 39 |
| Octal | 374 | 344 | 46 | 0 | 12 | 125 | 1 | 65 | 141 | 71 |
| Binary | 11111100 | 11100100 | 100110 | 0 | 1010 | 1010101 | 1 | 110101 | 1100001 | 111001 |
Color Harmonies of #FCE426
Complementary color
Monochromatic Colors of #FCE426
Black with #FCE426
Text Example
Text Example
White with #FCE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE426; }
p { color: rgb(252,228,38); }
H1.HeaderClassName
{
color: #FCE426;
}
.AnyTagClassName
{
color: #FCE426;
}
</style>
background-color css
<style>
a { background-color: #FCE426; }
a { background-color: rgb(252,228,38); }
div.DivClassName
{
background-color: #FCE426;
}
.BgClassName
{
background-color: #FCE426;
}
</style>
border-color css
<style>
span { border-color: #FCE426; }
span { border-color: rgb(252,228,38); }
td.TdClassName
{
border-color: #FCE426;
}
.TagClassName
{
border-color: #FCE426;
}
</style>