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