Shades of Gorse #FCD940
Tints of Gorse #FCD940
RGB
CMYK
RGB Variations
Color information
#FCD940 (or 0xFCD940) is known color: Gorse. HEX triplet: FC, D9 and 40. RGB value is (252,217,64). Sum of RGB (Red+Green+Blue) = 252+217+64=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD940 is #0326BF. Grayscale: #D2D2D2. Windows color (decimal): -206528 or 4250108. OLE color: 4250108.
HSL color Cylindrical-coordinate representation of color #FCD940: hue angle of 48.83º 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 #FCD940 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 64 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.01 |
| HSL | 48.83º | 0.97% | 0.62% | - |
| HSV(B) | 48.83º | 0.75% | 0.99% | - |
| XYZ | 65.88 | 70.69 | 15.02 | - |
| YUV | 210.02 | 45.6 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 64 | 0 | 0.14 | 0.75 | 0.01 | 48.83 | 0.97 | 0.62 |
| Hex | FC | D9 | 40 | 0 | E | 4B | 1 | 31 | 61 | 3E |
| Octal | 374 | 331 | 100 | 0 | 16 | 113 | 1 | 61 | 141 | 76 |
| Binary | 11111100 | 11011001 | 1000000 | 0 | 1110 | 1001011 | 1 | 110001 | 1100001 | 111110 |
Color Harmonies of #FCD940
Complementary color
Monochromatic Colors of #FCD940
Black with #FCD940
Text Example
Text Example
White with #FCD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD940; }
p { color: rgb(252,217,64); }
H1.HeaderClassName
{
color: #FCD940;
}
.AnyTagClassName
{
color: #FCD940;
}
</style>
background-color css
<style>
a { background-color: #FCD940; }
a { background-color: rgb(252,217,64); }
div.DivClassName
{
background-color: #FCD940;
}
.BgClassName
{
background-color: #FCD940;
}
</style>
border-color css
<style>
span { border-color: #FCD940; }
span { border-color: rgb(252,217,64); }
td.TdClassName
{
border-color: #FCD940;
}
.TagClassName
{
border-color: #FCD940;
}
</style>