Shades of Gorse #FCE242
Tints of Gorse #FCE242
RGB
CMYK
RGB Variations
Color information
#FCE242 (or 0xFCE242) is known color: Gorse. HEX triplet: FC, E2 and 42. RGB value is (252,226,66). Sum of RGB (Red+Green+Blue) = 252+226+66=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 66 (26.17% from 255 or 12.13% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE242 is #031DBD. Grayscale: #D8D8D8. Windows color (decimal): -204222 or 4383484. OLE color: 4383484.
HSL color Cylindrical-coordinate representation of color #FCE242: hue angle of 51.61º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCE242 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 66 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.01 |
| HSL | 51.61º | 0.97% | 0.62% | - |
| HSV(B) | 51.61º | 0.74% | 0.99% | - |
| XYZ | 68.32 | 75.48 | 16.12 | - |
| YUV | 215.53 | 43.61 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 66 | 0 | 0.10 | 0.74 | 0.01 | 51.61 | 0.97 | 0.62 |
| Hex | FC | E2 | 42 | 0 | A | 4A | 1 | 34 | 61 | 3E |
| Octal | 374 | 342 | 102 | 0 | 12 | 112 | 1 | 64 | 141 | 76 |
| Binary | 11111100 | 11100010 | 1000010 | 0 | 1010 | 1001010 | 1 | 110100 | 1100001 | 111110 |
Color Harmonies of #FCE242
Complementary color
Monochromatic Colors of #FCE242
Black with #FCE242
Text Example
Text Example
White with #FCE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE242; }
p { color: rgb(252,226,66); }
H1.HeaderClassName
{
color: #FCE242;
}
.AnyTagClassName
{
color: #FCE242;
}
</style>
background-color css
<style>
a { background-color: #FCE242; }
a { background-color: rgb(252,226,66); }
div.DivClassName
{
background-color: #FCE242;
}
.BgClassName
{
background-color: #FCE242;
}
</style>
border-color css
<style>
span { border-color: #FCE242; }
span { border-color: rgb(252,226,66); }
td.TdClassName
{
border-color: #FCE242;
}
.TagClassName
{
border-color: #FCE242;
}
</style>