Shades of Gorse #FCE62C
Tints of Gorse #FCE62C
RGB
CMYK
RGB Variations
Color information
#FCE62C (or 0xFCE62C) is known color: Gorse. HEX triplet: FC, E6 and 2C. RGB value is (252,230,44). Sum of RGB (Red+Green+Blue) = 252+230+44=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 44 (17.58% from 255 or 8.37% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE62C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE62C is #0319D3. Grayscale: #D8D8D8. Windows color (decimal): -203220 or 2942716. OLE color: 2942716.
HSL color Cylindrical-coordinate representation of color #FCE62C: hue angle of 53.65º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCE62C is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 44 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.01 |
| HSL | 53.65º | 0.97% | 0.58% | - |
| HSV(B) | 53.65º | 0.83% | 0.99% | - |
| XYZ | 68.9 | 77.47 | 13.71 | - |
| YUV | 215.37 | 31.29 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 44 | 0 | 0.09 | 0.83 | 0.01 | 53.65 | 0.97 | 0.58 |
| Hex | FC | E6 | 2C | 0 | 9 | 53 | 1 | 36 | 61 | 3A |
| Octal | 374 | 346 | 54 | 0 | 11 | 123 | 1 | 66 | 141 | 72 |
| Binary | 11111100 | 11100110 | 101100 | 0 | 1001 | 1010011 | 1 | 110110 | 1100001 | 111010 |
Color Harmonies of #FCE62C
Complementary color
Monochromatic Colors of #FCE62C
Black with #FCE62C
Text Example
Text Example
White with #FCE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE62C; }
p { color: rgb(252,230,44); }
H1.HeaderClassName
{
color: #FCE62C;
}
.AnyTagClassName
{
color: #FCE62C;
}
</style>
background-color css
<style>
a { background-color: #FCE62C; }
a { background-color: rgb(252,230,44); }
div.DivClassName
{
background-color: #FCE62C;
}
.BgClassName
{
background-color: #FCE62C;
}
</style>
border-color css
<style>
span { border-color: #FCE62C; }
span { border-color: rgb(252,230,44); }
td.TdClassName
{
border-color: #FCE62C;
}
.TagClassName
{
border-color: #FCE62C;
}
</style>