Shades of Gorse #FCDC2C
Tints of Gorse #FCDC2C
RGB
CMYK
RGB Variations
Color information
#FCDC2C (or 0xFCDC2C) is known color: Gorse. HEX triplet: FC, DC and 2C. RGB value is (252,220,44). Sum of RGB (Red+Green+Blue) = 252+220+44=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 44 (17.58% from 255 or 8.53% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC2C is #0323D3. Grayscale: #D2D2D2. Windows color (decimal): -205780 or 2940156. OLE color: 2940156.
HSL color Cylindrical-coordinate representation of color #FCDC2C: hue angle of 50.77º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCDC2C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 44 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.01 |
| HSL | 50.77º | 0.97% | 0.58% | - |
| HSV(B) | 50.77º | 0.83% | 0.99% | - |
| XYZ | 66.19 | 72.06 | 12.8 | - |
| YUV | 209.5 | 34.6 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 44 | 0 | 0.13 | 0.83 | 0.01 | 50.77 | 0.97 | 0.58 |
| Hex | FC | DC | 2C | 0 | D | 53 | 1 | 33 | 61 | 3A |
| Octal | 374 | 334 | 54 | 0 | 15 | 123 | 1 | 63 | 141 | 72 |
| Binary | 11111100 | 11011100 | 101100 | 0 | 1101 | 1010011 | 1 | 110011 | 1100001 | 111010 |
Color Harmonies of #FCDC2C
Complementary color
Monochromatic Colors of #FCDC2C
Black with #FCDC2C
Text Example
Text Example
White with #FCDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC2C; }
p { color: rgb(252,220,44); }
H1.HeaderClassName
{
color: #FCDC2C;
}
.AnyTagClassName
{
color: #FCDC2C;
}
</style>
background-color css
<style>
a { background-color: #FCDC2C; }
a { background-color: rgb(252,220,44); }
div.DivClassName
{
background-color: #FCDC2C;
}
.BgClassName
{
background-color: #FCDC2C;
}
</style>
border-color css
<style>
span { border-color: #FCDC2C; }
span { border-color: rgb(252,220,44); }
td.TdClassName
{
border-color: #FCDC2C;
}
.TagClassName
{
border-color: #FCDC2C;
}
</style>