Shades of Gorse #FCD83E
Tints of Gorse #FCD83E
RGB
CMYK
RGB Variations
Color information
#FCD83E (or 0xFCD83E) is known color: Gorse. HEX triplet: FC, D8 and 3E. RGB value is (252,216,62). Sum of RGB (Red+Green+Blue) = 252+216+62=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 216 (84.77% from 255 or 40.75% from 530); Blue value is 62 (24.61% from 255 or 11.70% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD83E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD83E is #0327C1. Grayscale: #D1D1D1. Windows color (decimal): -206786 or 4118780. OLE color: 4118780.
HSL color Cylindrical-coordinate representation of color #FCD83E: hue angle of 48.63º 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 #FCD83E is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 62 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.01 |
| HSL | 48.63º | 0.97% | 0.62% | - |
| HSV(B) | 48.63º | 0.75% | 0.99% | - |
| XYZ | 65.57 | 70.15 | 14.64 | - |
| YUV | 209.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 62 | 0 | 0.14 | 0.75 | 0.01 | 48.63 | 0.97 | 0.62 |
| Hex | FC | D8 | 3E | 0 | E | 4B | 1 | 31 | 61 | 3E |
| Octal | 374 | 330 | 76 | 0 | 16 | 113 | 1 | 61 | 141 | 76 |
| Binary | 11111100 | 11011000 | 111110 | 0 | 1110 | 1001011 | 1 | 110001 | 1100001 | 111110 |
Color Harmonies of #FCD83E
Complementary color
Monochromatic Colors of #FCD83E
Black with #FCD83E
Text Example
Text Example
White with #FCD83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD83E; }
p { color: rgb(252,216,62); }
H1.HeaderClassName
{
color: #FCD83E;
}
.AnyTagClassName
{
color: #FCD83E;
}
</style>
background-color css
<style>
a { background-color: #FCD83E; }
a { background-color: rgb(252,216,62); }
div.DivClassName
{
background-color: #FCD83E;
}
.BgClassName
{
background-color: #FCD83E;
}
</style>
border-color css
<style>
span { border-color: #FCD83E; }
span { border-color: rgb(252,216,62); }
td.TdClassName
{
border-color: #FCD83E;
}
.TagClassName
{
border-color: #FCD83E;
}
</style>