Shades of Gorse #FCD73D
Tints of Gorse #FCD73D
RGB
CMYK
RGB Variations
Color information
#FCD73D (or 0xFCD73D) is known color: Gorse. HEX triplet: FC, D7 and 3D. RGB value is (252,215,61). Sum of RGB (Red+Green+Blue) = 252+215+61=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD73D is #0328C2. Grayscale: #D1D1D1. Windows color (decimal): -207043 or 4052988. OLE color: 4052988.
HSL color Cylindrical-coordinate representation of color #FCD73D: hue angle of 48.38º 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 #FCD73D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 215 | 61 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.01 |
| HSL | 48.38º | 0.97% | 0.61% | - |
| HSV(B) | 48.38º | 0.76% | 0.99% | - |
| XYZ | 65.29 | 69.63 | 14.41 | - |
| YUV | 208.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 215 | 61 | 0 | 0.15 | 0.76 | 0.01 | 48.38 | 0.97 | 0.61 |
| Hex | FC | D7 | 3D | 0 | F | 4C | 1 | 30 | 61 | 3D |
| Octal | 374 | 327 | 75 | 0 | 17 | 114 | 1 | 60 | 141 | 75 |
| Binary | 11111100 | 11010111 | 111101 | 0 | 1111 | 1001100 | 1 | 110000 | 1100001 | 111101 |
Color Harmonies of #FCD73D
Complementary color
Monochromatic Colors of #FCD73D
Black with #FCD73D
Text Example
Text Example
White with #FCD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD73D; }
p { color: rgb(252,215,61); }
H1.HeaderClassName
{
color: #FCD73D;
}
.AnyTagClassName
{
color: #FCD73D;
}
</style>
background-color css
<style>
a { background-color: #FCD73D; }
a { background-color: rgb(252,215,61); }
div.DivClassName
{
background-color: #FCD73D;
}
.BgClassName
{
background-color: #FCD73D;
}
</style>
border-color css
<style>
span { border-color: #FCD73D; }
span { border-color: rgb(252,215,61); }
td.TdClassName
{
border-color: #FCD73D;
}
.TagClassName
{
border-color: #FCD73D;
}
</style>