Shades of Gorse #FCD93B
Tints of Gorse #FCD93B
RGB
CMYK
RGB Variations
Color information
#FCD93B (or 0xFCD93B) is known color: Gorse. HEX triplet: FC, D9 and 3B. RGB value is (252,217,59). Sum of RGB (Red+Green+Blue) = 252+217+59=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 59 (23.44% from 255 or 11.17% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD93B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD93B is #0326C4. Grayscale: #D2D2D2. Windows color (decimal): -206533 or 3922428. OLE color: 3922428.
HSL color Cylindrical-coordinate representation of color #FCD93B: hue angle of 49.12º 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 #FCD93B is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 59 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.01 |
| HSL | 49.12º | 0.97% | 0.61% | - |
| HSV(B) | 49.12º | 0.77% | 0.99% | - |
| XYZ | 65.75 | 70.64 | 14.31 | - |
| YUV | 209.45 | 43.1 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 59 | 0 | 0.14 | 0.77 | 0.01 | 49.12 | 0.97 | 0.61 |
| Hex | FC | D9 | 3B | 0 | E | 4D | 1 | 31 | 61 | 3D |
| Octal | 374 | 331 | 73 | 0 | 16 | 115 | 1 | 61 | 141 | 75 |
| Binary | 11111100 | 11011001 | 111011 | 0 | 1110 | 1001101 | 1 | 110001 | 1100001 | 111101 |
Color Harmonies of #FCD93B
Complementary color
Monochromatic Colors of #FCD93B
Black with #FCD93B
Text Example
Text Example
White with #FCD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD93B; }
p { color: rgb(252,217,59); }
H1.HeaderClassName
{
color: #FCD93B;
}
.AnyTagClassName
{
color: #FCD93B;
}
</style>
background-color css
<style>
a { background-color: #FCD93B; }
a { background-color: rgb(252,217,59); }
div.DivClassName
{
background-color: #FCD93B;
}
.BgClassName
{
background-color: #FCD93B;
}
</style>
border-color css
<style>
span { border-color: #FCD93B; }
span { border-color: rgb(252,217,59); }
td.TdClassName
{
border-color: #FCD93B;
}
.TagClassName
{
border-color: #FCD93B;
}
</style>