Shades of Gorse #FCE442
Tints of Gorse #FCE442
RGB
CMYK
RGB Variations
Color information
#FCE442 (or 0xFCE442) is known color: Gorse. HEX triplet: FC, E4 and 42. RGB value is (252,228,66). Sum of RGB (Red+Green+Blue) = 252+228+66=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 66 (26.17% from 255 or 12.09% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE442 is #031BBD. Grayscale: #D9D9D9. Windows color (decimal): -203710 or 4383996. OLE color: 4383996.
HSL color Cylindrical-coordinate representation of color #FCE442: hue angle of 52.26º 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 #FCE442 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 66 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.01 |
| HSL | 52.26º | 0.97% | 0.62% | - |
| HSV(B) | 52.26º | 0.74% | 0.99% | - |
| XYZ | 68.87 | 76.58 | 16.3 | - |
| YUV | 216.71 | 42.95 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 66 | 0 | 0.10 | 0.74 | 0.01 | 52.26 | 0.97 | 0.62 |
| Hex | FC | E4 | 42 | 0 | A | 4A | 1 | 34 | 61 | 3E |
| Octal | 374 | 344 | 102 | 0 | 12 | 112 | 1 | 64 | 141 | 76 |
| Binary | 11111100 | 11100100 | 1000010 | 0 | 1010 | 1001010 | 1 | 110100 | 1100001 | 111110 |
Color Harmonies of #FCE442
Complementary color
Monochromatic Colors of #FCE442
Black with #FCE442
Text Example
Text Example
White with #FCE442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE442; }
p { color: rgb(252,228,66); }
H1.HeaderClassName
{
color: #FCE442;
}
.AnyTagClassName
{
color: #FCE442;
}
</style>
background-color css
<style>
a { background-color: #FCE442; }
a { background-color: rgb(252,228,66); }
div.DivClassName
{
background-color: #FCE442;
}
.BgClassName
{
background-color: #FCE442;
}
</style>
border-color css
<style>
span { border-color: #FCE442; }
span { border-color: rgb(252,228,66); }
td.TdClassName
{
border-color: #FCE442;
}
.TagClassName
{
border-color: #FCE442;
}
</style>