Shades of Gorse #FCDE3A
Tints of Gorse #FCDE3A
RGB
CMYK
RGB Variations
Color information
#FCDE3A (or 0xFCDE3A) is known color: Gorse. HEX triplet: FC, DE and 3A. RGB value is (252,222,58). Sum of RGB (Red+Green+Blue) = 252+222+58=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 222 (87.11% from 255 or 41.73% from 532); Blue value is 58 (23.05% from 255 or 10.90% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE3A is #0321C5. Grayscale: #D4D4D4. Windows color (decimal): -205254 or 3858172. OLE color: 3858172.
HSL color Cylindrical-coordinate representation of color #FCDE3A: hue angle of 50.72º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCDE3A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.01 |
| HSL | 50.72º | 0.97% | 0.61% | - |
| HSV(B) | 50.72º | 0.77% | 0.99% | - |
| XYZ | 67.03 | 73.24 | 14.61 | - |
| YUV | 212.27 | 40.94 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 58 | 0 | 0.12 | 0.77 | 0.01 | 50.72 | 0.97 | 0.61 |
| Hex | FC | DE | 3A | 0 | C | 4D | 1 | 33 | 61 | 3D |
| Octal | 374 | 336 | 72 | 0 | 14 | 115 | 1 | 63 | 141 | 75 |
| Binary | 11111100 | 11011110 | 111010 | 0 | 1100 | 1001101 | 1 | 110011 | 1100001 | 111101 |
Color Harmonies of #FCDE3A
Complementary color
Monochromatic Colors of #FCDE3A
Black with #FCDE3A
Text Example
Text Example
White with #FCDE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE3A; }
p { color: rgb(252,222,58); }
H1.HeaderClassName
{
color: #FCDE3A;
}
.AnyTagClassName
{
color: #FCDE3A;
}
</style>
background-color css
<style>
a { background-color: #FCDE3A; }
a { background-color: rgb(252,222,58); }
div.DivClassName
{
background-color: #FCDE3A;
}
.BgClassName
{
background-color: #FCDE3A;
}
</style>
border-color css
<style>
span { border-color: #FCDE3A; }
span { border-color: rgb(252,222,58); }
td.TdClassName
{
border-color: #FCDE3A;
}
.TagClassName
{
border-color: #FCDE3A;
}
</style>