Shades of Gorse #FCDC39
Tints of Gorse #FCDC39
RGB
CMYK
RGB Variations
Color information
#FCDC39 (or 0xFCDC39) is known color: Gorse. HEX triplet: FC, DC and 39. RGB value is (252,220,57). Sum of RGB (Red+Green+Blue) = 252+220+57=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 57 (22.66% from 255 or 10.78% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC39 is #0323C6. Grayscale: #D3D3D3. Windows color (decimal): -205767 or 3792124. OLE color: 3792124.
HSL color Cylindrical-coordinate representation of color #FCDC39: hue angle of 50.15º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCDC39 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 57 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.01 |
| HSL | 50.15º | 0.97% | 0.61% | - |
| HSV(B) | 50.15º | 0.77% | 0.99% | - |
| XYZ | 66.48 | 72.18 | 14.3 | - |
| YUV | 210.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 57 | 0 | 0.13 | 0.77 | 0.01 | 50.15 | 0.97 | 0.61 |
| Hex | FC | DC | 39 | 0 | D | 4D | 1 | 32 | 61 | 3D |
| Octal | 374 | 334 | 71 | 0 | 15 | 115 | 1 | 62 | 141 | 75 |
| Binary | 11111100 | 11011100 | 111001 | 0 | 1101 | 1001101 | 1 | 110010 | 1100001 | 111101 |
Color Harmonies of #FCDC39
Complementary color
Monochromatic Colors of #FCDC39
Black with #FCDC39
Text Example
Text Example
White with #FCDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC39; }
p { color: rgb(252,220,57); }
H1.HeaderClassName
{
color: #FCDC39;
}
.AnyTagClassName
{
color: #FCDC39;
}
</style>
background-color css
<style>
a { background-color: #FCDC39; }
a { background-color: rgb(252,220,57); }
div.DivClassName
{
background-color: #FCDC39;
}
.BgClassName
{
background-color: #FCDC39;
}
</style>
border-color css
<style>
span { border-color: #FCDC39; }
span { border-color: rgb(252,220,57); }
td.TdClassName
{
border-color: #FCDC39;
}
.TagClassName
{
border-color: #FCDC39;
}
</style>