Shades of Gorse #FCEA3C
Tints of Gorse #FCEA3C
RGB
CMYK
RGB Variations
Color information
#FCEA3C (or 0xFCEA3C) is known color: Gorse. HEX triplet: FC, EA and 3C. RGB value is (252,234,60). Sum of RGB (Red+Green+Blue) = 252+234+60=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 60 (23.83% from 255 or 10.99% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA3C is #0315C3. Grayscale: #DCDCDC. Windows color (decimal): -202180 or 3992316. OLE color: 3992316.
HSL color Cylindrical-coordinate representation of color #FCEA3C: hue angle of 54.38º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCEA3C is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 60 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.01 |
| HSL | 54.38º | 0.97% | 0.61% | - |
| HSV(B) | 54.38º | 0.76% | 0.99% | - |
| XYZ | 70.38 | 79.87 | 15.98 | - |
| YUV | 219.55 | 37.96 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 60 | 0 | 0.07 | 0.76 | 0.01 | 54.38 | 0.97 | 0.61 |
| Hex | FC | EA | 3C | 0 | 7 | 4C | 1 | 36 | 61 | 3D |
| Octal | 374 | 352 | 74 | 0 | 7 | 114 | 1 | 66 | 141 | 75 |
| Binary | 11111100 | 11101010 | 111100 | 0 | 111 | 1001100 | 1 | 110110 | 1100001 | 111101 |
Color Harmonies of #FCEA3C
Complementary color
Monochromatic Colors of #FCEA3C
Black with #FCEA3C
Text Example
Text Example
White with #FCEA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA3C; }
p { color: rgb(252,234,60); }
H1.HeaderClassName
{
color: #FCEA3C;
}
.AnyTagClassName
{
color: #FCEA3C;
}
</style>
background-color css
<style>
a { background-color: #FCEA3C; }
a { background-color: rgb(252,234,60); }
div.DivClassName
{
background-color: #FCEA3C;
}
.BgClassName
{
background-color: #FCEA3C;
}
</style>
border-color css
<style>
span { border-color: #FCEA3C; }
span { border-color: rgb(252,234,60); }
td.TdClassName
{
border-color: #FCEA3C;
}
.TagClassName
{
border-color: #FCEA3C;
}
</style>