Shades of Gorse #FCE83C
Tints of Gorse #FCE83C
RGB
CMYK
RGB Variations
Color information
#FCE83C (or 0xFCE83C) is known color: Gorse. HEX triplet: FC, E8 and 3C. RGB value is (252,232,60). Sum of RGB (Red+Green+Blue) = 252+232+60=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 60 (23.83% from 255 or 11.03% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE83C is #0317C3. Grayscale: #DBDBDB. Windows color (decimal): -202692 or 3991804. OLE color: 3991804.
HSL color Cylindrical-coordinate representation of color #FCE83C: hue angle of 53.75º 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 #FCE83C is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 60 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.01 |
| HSL | 53.75º | 0.97% | 0.61% | - |
| HSV(B) | 53.75º | 0.76% | 0.99% | - |
| XYZ | 69.82 | 78.73 | 15.79 | - |
| YUV | 218.37 | 38.63 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 60 | 0 | 0.08 | 0.76 | 0.01 | 53.75 | 0.97 | 0.61 |
| Hex | FC | E8 | 3C | 0 | 8 | 4C | 1 | 36 | 61 | 3D |
| Octal | 374 | 350 | 74 | 0 | 10 | 114 | 1 | 66 | 141 | 75 |
| Binary | 11111100 | 11101000 | 111100 | 0 | 1000 | 1001100 | 1 | 110110 | 1100001 | 111101 |
Color Harmonies of #FCE83C
Complementary color
Monochromatic Colors of #FCE83C
Black with #FCE83C
Text Example
Text Example
White with #FCE83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE83C; }
p { color: rgb(252,232,60); }
H1.HeaderClassName
{
color: #FCE83C;
}
.AnyTagClassName
{
color: #FCE83C;
}
</style>
background-color css
<style>
a { background-color: #FCE83C; }
a { background-color: rgb(252,232,60); }
div.DivClassName
{
background-color: #FCE83C;
}
.BgClassName
{
background-color: #FCE83C;
}
</style>
border-color css
<style>
span { border-color: #FCE83C; }
span { border-color: rgb(252,232,60); }
td.TdClassName
{
border-color: #FCE83C;
}
.TagClassName
{
border-color: #FCE83C;
}
</style>