Shades of Gorse #FCDC3F
Tints of Gorse #FCDC3F
RGB
CMYK
RGB Variations
Color information
#FCDC3F (or 0xFCDC3F) is known color: Gorse. HEX triplet: FC, DC and 3F. RGB value is (252,220,63). Sum of RGB (Red+Green+Blue) = 252+220+63=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 63 (25% from 255 or 11.78% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC3F is #0323C0. Grayscale: #D4D4D4. Windows color (decimal): -205761 or 4185340. OLE color: 4185340.
HSL color Cylindrical-coordinate representation of color #FCDC3F: hue angle of 49.84º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCDC3F is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 63 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.01 |
| HSL | 49.84º | 0.97% | 0.62% | - |
| HSV(B) | 49.84º | 0.75% | 0.99% | - |
| XYZ | 66.64 | 72.24 | 15.13 | - |
| YUV | 211.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 63 | 0 | 0.13 | 0.75 | 0.01 | 49.84 | 0.97 | 0.62 |
| Hex | FC | DC | 3F | 0 | D | 4B | 1 | 32 | 61 | 3E |
| Octal | 374 | 334 | 77 | 0 | 15 | 113 | 1 | 62 | 141 | 76 |
| Binary | 11111100 | 11011100 | 111111 | 0 | 1101 | 1001011 | 1 | 110010 | 1100001 | 111110 |
Color Harmonies of #FCDC3F
Complementary color
Monochromatic Colors of #FCDC3F
Black with #FCDC3F
Text Example
Text Example
White with #FCDC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC3F; }
p { color: rgb(252,220,63); }
H1.HeaderClassName
{
color: #FCDC3F;
}
.AnyTagClassName
{
color: #FCDC3F;
}
</style>
background-color css
<style>
a { background-color: #FCDC3F; }
a { background-color: rgb(252,220,63); }
div.DivClassName
{
background-color: #FCDC3F;
}
.BgClassName
{
background-color: #FCDC3F;
}
</style>
border-color css
<style>
span { border-color: #FCDC3F; }
span { border-color: rgb(252,220,63); }
td.TdClassName
{
border-color: #FCDC3F;
}
.TagClassName
{
border-color: #FCDC3F;
}
</style>