Shades of Gorse #FCE043
Tints of Gorse #FCE043
RGB
CMYK
RGB Variations
Color information
#FCE043 (or 0xFCE043) is known color: Gorse. HEX triplet: FC, E0 and 43. RGB value is (252,224,67). Sum of RGB (Red+Green+Blue) = 252+224+67=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 67 (26.56% from 255 or 12.34% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE043 is #031FBC. Grayscale: #D7D7D7. Windows color (decimal): -204733 or 4448508. OLE color: 4448508.
HSL color Cylindrical-coordinate representation of color #FCE043: hue angle of 50.92º 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 #FCE043 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 67 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.01 |
| HSL | 50.92º | 0.97% | 0.63% | - |
| HSV(B) | 50.92º | 0.73% | 0.99% | - |
| XYZ | 67.81 | 74.41 | 16.1 | - |
| YUV | 214.47 | 44.78 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 67 | 0 | 0.11 | 0.73 | 0.01 | 50.92 | 0.97 | 0.63 |
| Hex | FC | E0 | 43 | 0 | B | 49 | 1 | 33 | 61 | 3F |
| Octal | 374 | 340 | 103 | 0 | 13 | 111 | 1 | 63 | 141 | 77 |
| Binary | 11111100 | 11100000 | 1000011 | 0 | 1011 | 1001001 | 1 | 110011 | 1100001 | 111111 |
Color Harmonies of #FCE043
Complementary color
Monochromatic Colors of #FCE043
Black with #FCE043
Text Example
Text Example
White with #FCE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE043; }
p { color: rgb(252,224,67); }
H1.HeaderClassName
{
color: #FCE043;
}
.AnyTagClassName
{
color: #FCE043;
}
</style>
background-color css
<style>
a { background-color: #FCE043; }
a { background-color: rgb(252,224,67); }
div.DivClassName
{
background-color: #FCE043;
}
.BgClassName
{
background-color: #FCE043;
}
</style>
border-color css
<style>
span { border-color: #FCE043; }
span { border-color: rgb(252,224,67); }
td.TdClassName
{
border-color: #FCE043;
}
.TagClassName
{
border-color: #FCE043;
}
</style>