Shades of Gorse #FCDC37
Tints of Gorse #FCDC37
RGB
CMYK
RGB Variations
Color information
#FCDC37 (or 0xFCDC37) is known color: Gorse. HEX triplet: FC, DC and 37. RGB value is (252,220,55). Sum of RGB (Red+Green+Blue) = 252+220+55=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 55 (21.88% from 255 or 10.44% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC37 is #0323C8. Grayscale: #D3D3D3. Windows color (decimal): -205769 or 3661052. OLE color: 3661052.
HSL color Cylindrical-coordinate representation of color #FCDC37: hue angle of 50.25º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCDC37 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 55 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.01 |
| HSL | 50.25º | 0.97% | 0.6% | - |
| HSV(B) | 50.25º | 0.78% | 0.99% | - |
| XYZ | 66.43 | 72.16 | 14.04 | - |
| YUV | 210.76 | 40.1 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 55 | 0 | 0.13 | 0.78 | 0.01 | 50.25 | 0.97 | 0.6 |
| Hex | FC | DC | 37 | 0 | D | 4E | 1 | 32 | 61 | 3C |
| Octal | 374 | 334 | 67 | 0 | 15 | 116 | 1 | 62 | 141 | 74 |
| Binary | 11111100 | 11011100 | 110111 | 0 | 1101 | 1001110 | 1 | 110010 | 1100001 | 111100 |
Color Harmonies of #FCDC37
Complementary color
Monochromatic Colors of #FCDC37
Black with #FCDC37
Text Example
Text Example
White with #FCDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC37; }
p { color: rgb(252,220,55); }
H1.HeaderClassName
{
color: #FCDC37;
}
.AnyTagClassName
{
color: #FCDC37;
}
</style>
background-color css
<style>
a { background-color: #FCDC37; }
a { background-color: rgb(252,220,55); }
div.DivClassName
{
background-color: #FCDC37;
}
.BgClassName
{
background-color: #FCDC37;
}
</style>
border-color css
<style>
span { border-color: #FCDC37; }
span { border-color: rgb(252,220,55); }
td.TdClassName
{
border-color: #FCDC37;
}
.TagClassName
{
border-color: #FCDC37;
}
</style>