Shades of Gorse #FCE044
Tints of Gorse #FCE044
RGB
CMYK
RGB Variations
Color information
#FCE044 (or 0xFCE044) is known color: Gorse. HEX triplet: FC, E0 and 44. RGB value is (252,224,68). Sum of RGB (Red+Green+Blue) = 252+224+68=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 224 (87.89% from 255 or 41.18% from 544); Blue value is 68 (26.95% from 255 or 12.5% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE044 is #031FBB. Grayscale: #D7D7D7. Windows color (decimal): -204732 or 4514044. OLE color: 4514044.
HSL color Cylindrical-coordinate representation of color #FCE044: hue angle of 50.87º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCE044 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 68 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.01 |
| HSL | 50.87º | 0.97% | 0.63% | - |
| HSV(B) | 50.87º | 0.73% | 0.99% | - |
| XYZ | 67.84 | 74.42 | 16.26 | - |
| YUV | 214.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 68 | 0 | 0.11 | 0.73 | 0.01 | 50.87 | 0.97 | 0.63 |
| Hex | FC | E0 | 44 | 0 | B | 49 | 1 | 33 | 61 | 3F |
| Octal | 374 | 340 | 104 | 0 | 13 | 111 | 1 | 63 | 141 | 77 |
| Binary | 11111100 | 11100000 | 1000100 | 0 | 1011 | 1001001 | 1 | 110011 | 1100001 | 111111 |
Color Harmonies of #FCE044
Complementary color
Monochromatic Colors of #FCE044
Black with #FCE044
Text Example
Text Example
White with #FCE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE044; }
p { color: rgb(252,224,68); }
H1.HeaderClassName
{
color: #FCE044;
}
.AnyTagClassName
{
color: #FCE044;
}
</style>
background-color css
<style>
a { background-color: #FCE044; }
a { background-color: rgb(252,224,68); }
div.DivClassName
{
background-color: #FCE044;
}
.BgClassName
{
background-color: #FCE044;
}
</style>
border-color css
<style>
span { border-color: #FCE044; }
span { border-color: rgb(252,224,68); }
td.TdClassName
{
border-color: #FCE044;
}
.TagClassName
{
border-color: #FCE044;
}
</style>