Shades of Gorse #FCDA2C
Tints of Gorse #FCDA2C
RGB
CMYK
RGB Variations
Color information
#FCDA2C (or 0xFCDA2C) is known color: Gorse. HEX triplet: FC, DA and 2C. RGB value is (252,218,44). Sum of RGB (Red+Green+Blue) = 252+218+44=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 44 (17.58% from 255 or 8.56% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA2C is #0325D3. Grayscale: #D1D1D1. Windows color (decimal): -206292 or 2939644. OLE color: 2939644.
HSL color Cylindrical-coordinate representation of color #FCDA2C: hue angle of 50.19º 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 #FCDA2C is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 44 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.01 |
| HSL | 50.19º | 0.97% | 0.58% | - |
| HSV(B) | 50.19º | 0.83% | 0.99% | - |
| XYZ | 65.67 | 71.02 | 12.63 | - |
| YUV | 208.33 | 35.26 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 44 | 0 | 0.13 | 0.83 | 0.01 | 50.19 | 0.97 | 0.58 |
| Hex | FC | DA | 2C | 0 | D | 53 | 1 | 32 | 61 | 3A |
| Octal | 374 | 332 | 54 | 0 | 15 | 123 | 1 | 62 | 141 | 72 |
| Binary | 11111100 | 11011010 | 101100 | 0 | 1101 | 1010011 | 1 | 110010 | 1100001 | 111010 |
Color Harmonies of #FCDA2C
Complementary color
Monochromatic Colors of #FCDA2C
Black with #FCDA2C
Text Example
Text Example
White with #FCDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA2C; }
p { color: rgb(252,218,44); }
H1.HeaderClassName
{
color: #FCDA2C;
}
.AnyTagClassName
{
color: #FCDA2C;
}
</style>
background-color css
<style>
a { background-color: #FCDA2C; }
a { background-color: rgb(252,218,44); }
div.DivClassName
{
background-color: #FCDA2C;
}
.BgClassName
{
background-color: #FCDA2C;
}
</style>
border-color css
<style>
span { border-color: #FCDA2C; }
span { border-color: rgb(252,218,44); }
td.TdClassName
{
border-color: #FCDA2C;
}
.TagClassName
{
border-color: #FCDA2C;
}
</style>