Shades of Gorse #FCD837
Tints of Gorse #FCD837
RGB
CMYK
RGB Variations
Color information
#FCD837 (or 0xFCD837) is known color: Gorse. HEX triplet: FC, D8 and 37. RGB value is (252,216,55). Sum of RGB (Red+Green+Blue) = 252+216+55=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 55 (21.88% from 255 or 10.52% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD837 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD837 is #0327C8. Grayscale: #D1D1D1. Windows color (decimal): -206793 or 3660028. OLE color: 3660028.
HSL color Cylindrical-coordinate representation of color #FCD837: hue angle of 49.04º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCD837 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 216 | 55 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.01 |
| HSL | 49.04º | 0.97% | 0.6% | - |
| HSV(B) | 49.04º | 0.78% | 0.99% | - |
| XYZ | 65.39 | 70.08 | 13.7 | - |
| YUV | 208.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 216 | 55 | 0 | 0.14 | 0.78 | 0.01 | 49.04 | 0.97 | 0.6 |
| Hex | FC | D8 | 37 | 0 | E | 4E | 1 | 31 | 61 | 3C |
| Octal | 374 | 330 | 67 | 0 | 16 | 116 | 1 | 61 | 141 | 74 |
| Binary | 11111100 | 11011000 | 110111 | 0 | 1110 | 1001110 | 1 | 110001 | 1100001 | 111100 |
Color Harmonies of #FCD837
Complementary color
Monochromatic Colors of #FCD837
Black with #FCD837
Text Example
Text Example
White with #FCD837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD837; }
p { color: rgb(252,216,55); }
H1.HeaderClassName
{
color: #FCD837;
}
.AnyTagClassName
{
color: #FCD837;
}
</style>
background-color css
<style>
a { background-color: #FCD837; }
a { background-color: rgb(252,216,55); }
div.DivClassName
{
background-color: #FCD837;
}
.BgClassName
{
background-color: #FCD837;
}
</style>
border-color css
<style>
span { border-color: #FCD837; }
span { border-color: rgb(252,216,55); }
td.TdClassName
{
border-color: #FCD837;
}
.TagClassName
{
border-color: #FCD837;
}
</style>