Shades of Gorse #FCD933
Tints of Gorse #FCD933
RGB
CMYK
RGB Variations
Color information
#FCD933 (or 0xFCD933) is known color: Gorse. HEX triplet: FC, D9 and 33. RGB value is (252,217,51). Sum of RGB (Red+Green+Blue) = 252+217+51=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 51 (20.31% from 255 or 9.81% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD933 is #0326CC. Grayscale: #D1D1D1. Windows color (decimal): -206541 or 3398140. OLE color: 3398140.
HSL color Cylindrical-coordinate representation of color #FCD933: hue angle of 49.55º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCD933 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 51 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.01 |
| HSL | 49.55º | 0.97% | 0.59% | - |
| HSV(B) | 49.55º | 0.8% | 0.99% | - |
| XYZ | 65.56 | 70.56 | 13.3 | - |
| YUV | 208.54 | 39.1 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 51 | 0 | 0.14 | 0.80 | 0.01 | 49.55 | 0.97 | 0.59 |
| Hex | FC | D9 | 33 | 0 | E | 50 | 1 | 32 | 61 | 3B |
| Octal | 374 | 331 | 63 | 0 | 16 | 120 | 1 | 62 | 141 | 73 |
| Binary | 11111100 | 11011001 | 110011 | 0 | 1110 | 1010000 | 1 | 110010 | 1100001 | 111011 |
Color Harmonies of #FCD933
Complementary color
Monochromatic Colors of #FCD933
Black with #FCD933
Text Example
Text Example
White with #FCD933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD933; }
p { color: rgb(252,217,51); }
H1.HeaderClassName
{
color: #FCD933;
}
.AnyTagClassName
{
color: #FCD933;
}
</style>
background-color css
<style>
a { background-color: #FCD933; }
a { background-color: rgb(252,217,51); }
div.DivClassName
{
background-color: #FCD933;
}
.BgClassName
{
background-color: #FCD933;
}
</style>
border-color css
<style>
span { border-color: #FCD933; }
span { border-color: rgb(252,217,51); }
td.TdClassName
{
border-color: #FCD933;
}
.TagClassName
{
border-color: #FCD933;
}
</style>