Shades of Gorse #FCDE3D
Tints of Gorse #FCDE3D
RGB
CMYK
RGB Variations
Color information
#FCDE3D (or 0xFCDE3D) is known color: Gorse. HEX triplet: FC, DE and 3D. RGB value is (252,222,61). Sum of RGB (Red+Green+Blue) = 252+222+61=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 61 (24.22% from 255 or 11.40% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE3D is #0321C2. Grayscale: #D5D5D5. Windows color (decimal): -205251 or 4054780. OLE color: 4054780.
HSL color Cylindrical-coordinate representation of color #FCDE3D: hue angle of 50.58º 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 #FCDE3D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 61 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.01 |
| HSL | 50.58º | 0.97% | 0.61% | - |
| HSV(B) | 50.58º | 0.76% | 0.99% | - |
| XYZ | 67.11 | 73.27 | 15.02 | - |
| YUV | 212.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 61 | 0 | 0.12 | 0.76 | 0.01 | 50.58 | 0.97 | 0.61 |
| Hex | FC | DE | 3D | 0 | C | 4C | 1 | 33 | 61 | 3D |
| Octal | 374 | 336 | 75 | 0 | 14 | 114 | 1 | 63 | 141 | 75 |
| Binary | 11111100 | 11011110 | 111101 | 0 | 1100 | 1001100 | 1 | 110011 | 1100001 | 111101 |
Color Harmonies of #FCDE3D
Complementary color
Monochromatic Colors of #FCDE3D
Black with #FCDE3D
Text Example
Text Example
White with #FCDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE3D; }
p { color: rgb(252,222,61); }
H1.HeaderClassName
{
color: #FCDE3D;
}
.AnyTagClassName
{
color: #FCDE3D;
}
</style>
background-color css
<style>
a { background-color: #FCDE3D; }
a { background-color: rgb(252,222,61); }
div.DivClassName
{
background-color: #FCDE3D;
}
.BgClassName
{
background-color: #FCDE3D;
}
</style>
border-color css
<style>
span { border-color: #FCDE3D; }
span { border-color: rgb(252,222,61); }
td.TdClassName
{
border-color: #FCDE3D;
}
.TagClassName
{
border-color: #FCDE3D;
}
</style>