Shades of Gorse #FCE63F
Tints of Gorse #FCE63F
RGB
CMYK
RGB Variations
Color information
#FCE63F (or 0xFCE63F) is known color: Gorse. HEX triplet: FC, E6 and 3F. RGB value is (252,230,63). Sum of RGB (Red+Green+Blue) = 252+230+63=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 63 (25% from 255 or 11.56% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE63F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE63F is #0319C0. Grayscale: #DADADA. Windows color (decimal): -203201 or 4187900. OLE color: 4187900.
HSL color Cylindrical-coordinate representation of color #FCE63F: hue angle of 53.02º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCE63F is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 63 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.01 |
| HSL | 53.02º | 0.97% | 0.62% | - |
| HSV(B) | 53.02º | 0.75% | 0.99% | - |
| XYZ | 69.34 | 77.65 | 16.04 | - |
| YUV | 217.54 | 40.79 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 63 | 0 | 0.09 | 0.75 | 0.01 | 53.02 | 0.97 | 0.62 |
| Hex | FC | E6 | 3F | 0 | 9 | 4B | 1 | 35 | 61 | 3E |
| Octal | 374 | 346 | 77 | 0 | 11 | 113 | 1 | 65 | 141 | 76 |
| Binary | 11111100 | 11100110 | 111111 | 0 | 1001 | 1001011 | 1 | 110101 | 1100001 | 111110 |
Color Harmonies of #FCE63F
Complementary color
Monochromatic Colors of #FCE63F
Black with #FCE63F
Text Example
Text Example
White with #FCE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE63F; }
p { color: rgb(252,230,63); }
H1.HeaderClassName
{
color: #FCE63F;
}
.AnyTagClassName
{
color: #FCE63F;
}
</style>
background-color css
<style>
a { background-color: #FCE63F; }
a { background-color: rgb(252,230,63); }
div.DivClassName
{
background-color: #FCE63F;
}
.BgClassName
{
background-color: #FCE63F;
}
</style>
border-color css
<style>
span { border-color: #FCE63F; }
span { border-color: rgb(252,230,63); }
td.TdClassName
{
border-color: #FCE63F;
}
.TagClassName
{
border-color: #FCE63F;
}
</style>