Shades of Gorse #FCDC2F
Tints of Gorse #FCDC2F
RGB
CMYK
RGB Variations
Color information
#FCDC2F (or 0xFCDC2F) is known color: Gorse. HEX triplet: FC, DC and 2F. RGB value is (252,220,47). Sum of RGB (Red+Green+Blue) = 252+220+47=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC2F is #0323D0. Grayscale: #D2D2D2. Windows color (decimal): -205777 or 3136764. OLE color: 3136764.
HSL color Cylindrical-coordinate representation of color #FCDC2F: hue angle of 50.63º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCDC2F is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 47 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.01 |
| HSL | 50.63º | 0.97% | 0.59% | - |
| HSV(B) | 50.63º | 0.81% | 0.99% | - |
| XYZ | 66.25 | 72.09 | 13.11 | - |
| YUV | 209.85 | 36.1 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 47 | 0 | 0.13 | 0.81 | 0.01 | 50.63 | 0.97 | 0.59 |
| Hex | FC | DC | 2F | 0 | D | 51 | 1 | 33 | 61 | 3B |
| Octal | 374 | 334 | 57 | 0 | 15 | 121 | 1 | 63 | 141 | 73 |
| Binary | 11111100 | 11011100 | 101111 | 0 | 1101 | 1010001 | 1 | 110011 | 1100001 | 111011 |
Color Harmonies of #FCDC2F
Complementary color
Monochromatic Colors of #FCDC2F
Black with #FCDC2F
Text Example
Text Example
White with #FCDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC2F; }
p { color: rgb(252,220,47); }
H1.HeaderClassName
{
color: #FCDC2F;
}
.AnyTagClassName
{
color: #FCDC2F;
}
</style>
background-color css
<style>
a { background-color: #FCDC2F; }
a { background-color: rgb(252,220,47); }
div.DivClassName
{
background-color: #FCDC2F;
}
.BgClassName
{
background-color: #FCDC2F;
}
</style>
border-color css
<style>
span { border-color: #FCDC2F; }
span { border-color: rgb(252,220,47); }
td.TdClassName
{
border-color: #FCDC2F;
}
.TagClassName
{
border-color: #FCDC2F;
}
</style>