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