Shades of Gorse #FCE63D
Tints of Gorse #FCE63D
RGB
CMYK
RGB Variations
Color information
#FCE63D (or 0xFCE63D) is known color: Gorse. HEX triplet: FC, E6 and 3D. RGB value is (252,230,61). Sum of RGB (Red+Green+Blue) = 252+230+61=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 61 (24.22% from 255 or 11.23% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE63D is #0319C2. Grayscale: #DADADA. Windows color (decimal): -203203 or 4056828. OLE color: 4056828.
HSL color Cylindrical-coordinate representation of color #FCE63D: hue angle of 53.09º 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 #FCE63D is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 61 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.01 |
| HSL | 53.09º | 0.97% | 0.61% | - |
| HSV(B) | 53.09º | 0.76% | 0.99% | - |
| XYZ | 69.28 | 77.63 | 15.75 | - |
| YUV | 217.31 | 39.79 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 61 | 0 | 0.09 | 0.76 | 0.01 | 53.09 | 0.97 | 0.61 |
| Hex | FC | E6 | 3D | 0 | 9 | 4C | 1 | 35 | 61 | 3D |
| Octal | 374 | 346 | 75 | 0 | 11 | 114 | 1 | 65 | 141 | 75 |
| Binary | 11111100 | 11100110 | 111101 | 0 | 1001 | 1001100 | 1 | 110101 | 1100001 | 111101 |
Color Harmonies of #FCE63D
Complementary color
Monochromatic Colors of #FCE63D
Black with #FCE63D
Text Example
Text Example
White with #FCE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE63D; }
p { color: rgb(252,230,61); }
H1.HeaderClassName
{
color: #FCE63D;
}
.AnyTagClassName
{
color: #FCE63D;
}
</style>
background-color css
<style>
a { background-color: #FCE63D; }
a { background-color: rgb(252,230,61); }
div.DivClassName
{
background-color: #FCE63D;
}
.BgClassName
{
background-color: #FCE63D;
}
</style>
border-color css
<style>
span { border-color: #FCE63D; }
span { border-color: rgb(252,230,61); }
td.TdClassName
{
border-color: #FCE63D;
}
.TagClassName
{
border-color: #FCE63D;
}
</style>