Shades of Gorse #FCE63A
Tints of Gorse #FCE63A
RGB
CMYK
RGB Variations
Color information
#FCE63A (or 0xFCE63A) is known color: Gorse. HEX triplet: FC, E6 and 3A. RGB value is (252,230,58). Sum of RGB (Red+Green+Blue) = 252+230+58=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 58 (23.05% from 255 or 10.74% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE63A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE63A is #0319C5. Grayscale: #D9D9D9. Windows color (decimal): -203206 or 3860220. OLE color: 3860220.
HSL color Cylindrical-coordinate representation of color #FCE63A: hue angle of 53.2º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCE63A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 58 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.01 |
| HSL | 53.2º | 0.97% | 0.61% | - |
| HSV(B) | 53.2º | 0.77% | 0.99% | - |
| XYZ | 69.21 | 77.59 | 15.33 | - |
| YUV | 216.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 58 | 0 | 0.09 | 0.77 | 0.01 | 53.2 | 0.97 | 0.61 |
| Hex | FC | E6 | 3A | 0 | 9 | 4D | 1 | 35 | 61 | 3D |
| Octal | 374 | 346 | 72 | 0 | 11 | 115 | 1 | 65 | 141 | 75 |
| Binary | 11111100 | 11100110 | 111010 | 0 | 1001 | 1001101 | 1 | 110101 | 1100001 | 111101 |
Color Harmonies of #FCE63A
Complementary color
Monochromatic Colors of #FCE63A
Black with #FCE63A
Text Example
Text Example
White with #FCE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE63A; }
p { color: rgb(252,230,58); }
H1.HeaderClassName
{
color: #FCE63A;
}
.AnyTagClassName
{
color: #FCE63A;
}
</style>
background-color css
<style>
a { background-color: #FCE63A; }
a { background-color: rgb(252,230,58); }
div.DivClassName
{
background-color: #FCE63A;
}
.BgClassName
{
background-color: #FCE63A;
}
</style>
border-color css
<style>
span { border-color: #FCE63A; }
span { border-color: rgb(252,230,58); }
td.TdClassName
{
border-color: #FCE63A;
}
.TagClassName
{
border-color: #FCE63A;
}
</style>