Shades of Gorse #FCD92D
Tints of Gorse #FCD92D
RGB
CMYK
RGB Variations
Color information
#FCD92D (or 0xFCD92D) is known color: Gorse. HEX triplet: FC, D9 and 2D. RGB value is (252,217,45). Sum of RGB (Red+Green+Blue) = 252+217+45=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD92D is #0326D2. Grayscale: #D0D0D0. Windows color (decimal): -206547 or 3004924. OLE color: 3004924.
HSL color Cylindrical-coordinate representation of color #FCD92D: hue angle of 49.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCD92D is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 45 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.01 |
| HSL | 49.86º | 0.97% | 0.58% | - |
| HSV(B) | 49.86º | 0.82% | 0.99% | - |
| XYZ | 65.43 | 70.51 | 12.64 | - |
| YUV | 207.86 | 36.1 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 45 | 0 | 0.14 | 0.82 | 0.01 | 49.86 | 0.97 | 0.58 |
| Hex | FC | D9 | 2D | 0 | E | 52 | 1 | 32 | 61 | 3A |
| Octal | 374 | 331 | 55 | 0 | 16 | 122 | 1 | 62 | 141 | 72 |
| Binary | 11111100 | 11011001 | 101101 | 0 | 1110 | 1010010 | 1 | 110010 | 1100001 | 111010 |
Color Harmonies of #FCD92D
Complementary color
Monochromatic Colors of #FCD92D
Black with #FCD92D
Text Example
Text Example
White with #FCD92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD92D; }
p { color: rgb(252,217,45); }
H1.HeaderClassName
{
color: #FCD92D;
}
.AnyTagClassName
{
color: #FCD92D;
}
</style>
background-color css
<style>
a { background-color: #FCD92D; }
a { background-color: rgb(252,217,45); }
div.DivClassName
{
background-color: #FCD92D;
}
.BgClassName
{
background-color: #FCD92D;
}
</style>
border-color css
<style>
span { border-color: #FCD92D; }
span { border-color: rgb(252,217,45); }
td.TdClassName
{
border-color: #FCD92D;
}
.TagClassName
{
border-color: #FCD92D;
}
</style>