Shades of Gorse #FCDE3E
Tints of Gorse #FCDE3E
RGB
CMYK
RGB Variations
Color information
#FCDE3E (or 0xFCDE3E) is known color: Gorse. HEX triplet: FC, DE and 3E. RGB value is (252,222,62). Sum of RGB (Red+Green+Blue) = 252+222+62=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 62 (24.61% from 255 or 11.57% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE3E is #0321C1. Grayscale: #D5D5D5. Windows color (decimal): -205250 or 4120316. OLE color: 4120316.
HSL color Cylindrical-coordinate representation of color #FCDE3E: hue angle of 50.53º 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 #FCDE3E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 62 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.01 |
| HSL | 50.53º | 0.97% | 0.62% | - |
| HSV(B) | 50.53º | 0.75% | 0.99% | - |
| XYZ | 67.14 | 73.29 | 15.16 | - |
| YUV | 212.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 62 | 0 | 0.12 | 0.75 | 0.01 | 50.53 | 0.97 | 0.62 |
| Hex | FC | DE | 3E | 0 | C | 4B | 1 | 33 | 61 | 3E |
| Octal | 374 | 336 | 76 | 0 | 14 | 113 | 1 | 63 | 141 | 76 |
| Binary | 11111100 | 11011110 | 111110 | 0 | 1100 | 1001011 | 1 | 110011 | 1100001 | 111110 |
Color Harmonies of #FCDE3E
Complementary color
Monochromatic Colors of #FCDE3E
Black with #FCDE3E
Text Example
Text Example
White with #FCDE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE3E; }
p { color: rgb(252,222,62); }
H1.HeaderClassName
{
color: #FCDE3E;
}
.AnyTagClassName
{
color: #FCDE3E;
}
</style>
background-color css
<style>
a { background-color: #FCDE3E; }
a { background-color: rgb(252,222,62); }
div.DivClassName
{
background-color: #FCDE3E;
}
.BgClassName
{
background-color: #FCDE3E;
}
</style>
border-color css
<style>
span { border-color: #FCDE3E; }
span { border-color: rgb(252,222,62); }
td.TdClassName
{
border-color: #FCDE3E;
}
.TagClassName
{
border-color: #FCDE3E;
}
</style>