Shades of Gorse #FCE63C
Tints of Gorse #FCE63C
RGB
CMYK
RGB Variations
Color information
#FCE63C (or 0xFCE63C) is known color: Gorse. HEX triplet: FC, E6 and 3C. RGB value is (252,230,60). Sum of RGB (Red+Green+Blue) = 252+230+60=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 230 (90.23% from 255 or 42.44% from 542); Blue value is 60 (23.83% from 255 or 11.07% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE63C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE63C is #0319C3. Grayscale: #D9D9D9. Windows color (decimal): -203204 or 3991292. OLE color: 3991292.
HSL color Cylindrical-coordinate representation of color #FCE63C: hue angle of 53.12º 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 #FCE63C is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 60 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.01 |
| HSL | 53.13º | 0.97% | 0.61% | - |
| HSV(B) | 53.13º | 0.76% | 0.99% | - |
| XYZ | 69.26 | 77.62 | 15.61 | - |
| YUV | 217.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 60 | 0 | 0.09 | 0.76 | 0.01 | 53.13 | 0.97 | 0.61 |
| Hex | FC | E6 | 3C | 0 | 9 | 4C | 1 | 35 | 61 | 3D |
| Octal | 374 | 346 | 74 | 0 | 11 | 114 | 1 | 65 | 141 | 75 |
| Binary | 11111100 | 11100110 | 111100 | 0 | 1001 | 1001100 | 1 | 110101 | 1100001 | 111101 |
Color Harmonies of #FCE63C
Complementary color
Monochromatic Colors of #FCE63C
Black with #FCE63C
Text Example
Text Example
White with #FCE63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE63C; }
p { color: rgb(252,230,60); }
H1.HeaderClassName
{
color: #FCE63C;
}
.AnyTagClassName
{
color: #FCE63C;
}
</style>
background-color css
<style>
a { background-color: #FCE63C; }
a { background-color: rgb(252,230,60); }
div.DivClassName
{
background-color: #FCE63C;
}
.BgClassName
{
background-color: #FCE63C;
}
</style>
border-color css
<style>
span { border-color: #FCE63C; }
span { border-color: rgb(252,230,60); }
td.TdClassName
{
border-color: #FCE63C;
}
.TagClassName
{
border-color: #FCE63C;
}
</style>