Shades of Gorse #FCE042
Tints of Gorse #FCE042
RGB
CMYK
RGB Variations
Color information
#FCE042 (or 0xFCE042) is known color: Gorse. HEX triplet: FC, E0 and 42. RGB value is (252,224,66). Sum of RGB (Red+Green+Blue) = 252+224+66=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE042 is #031FBD. Grayscale: #D7D7D7. Windows color (decimal): -204734 or 4382972. OLE color: 4382972.
HSL color Cylindrical-coordinate representation of color #FCE042: hue angle of 50.97º 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 #FCE042 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 66 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.01 |
| HSL | 50.97º | 0.97% | 0.62% | - |
| HSV(B) | 50.97º | 0.74% | 0.99% | - |
| XYZ | 67.78 | 74.4 | 15.94 | - |
| YUV | 214.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 66 | 0 | 0.11 | 0.74 | 0.01 | 50.97 | 0.97 | 0.62 |
| Hex | FC | E0 | 42 | 0 | B | 4A | 1 | 33 | 61 | 3E |
| Octal | 374 | 340 | 102 | 0 | 13 | 112 | 1 | 63 | 141 | 76 |
| Binary | 11111100 | 11100000 | 1000010 | 0 | 1011 | 1001010 | 1 | 110011 | 1100001 | 111110 |
Color Harmonies of #FCE042
Complementary color
Monochromatic Colors of #FCE042
Black with #FCE042
Text Example
Text Example
White with #FCE042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE042; }
p { color: rgb(252,224,66); }
H1.HeaderClassName
{
color: #FCE042;
}
.AnyTagClassName
{
color: #FCE042;
}
</style>
background-color css
<style>
a { background-color: #FCE042; }
a { background-color: rgb(252,224,66); }
div.DivClassName
{
background-color: #FCE042;
}
.BgClassName
{
background-color: #FCE042;
}
</style>
border-color css
<style>
span { border-color: #FCE042; }
span { border-color: rgb(252,224,66); }
td.TdClassName
{
border-color: #FCE042;
}
.TagClassName
{
border-color: #FCE042;
}
</style>