Shades of Gorse #FCDC2A
Tints of Gorse #FCDC2A
RGB
CMYK
RGB Variations
Color information
#FCDC2A (or 0xFCDC2A) is known color: Gorse. HEX triplet: FC, DC and 2A. RGB value is (252,220,42). Sum of RGB (Red+Green+Blue) = 252+220+42=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC2A is #0323D5. Grayscale: #D2D2D2. Windows color (decimal): -205782 or 2809084. OLE color: 2809084.
HSL color Cylindrical-coordinate representation of color #FCDC2A: hue angle of 50.86º 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 #FCDC2A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 42 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.01 |
| HSL | 50.86º | 0.97% | 0.58% | - |
| HSV(B) | 50.86º | 0.83% | 0.99% | - |
| XYZ | 66.16 | 72.05 | 12.61 | - |
| YUV | 209.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 42 | 0 | 0.13 | 0.83 | 0.01 | 50.86 | 0.97 | 0.58 |
| Hex | FC | DC | 2A | 0 | D | 53 | 1 | 33 | 61 | 3A |
| Octal | 374 | 334 | 52 | 0 | 15 | 123 | 1 | 63 | 141 | 72 |
| Binary | 11111100 | 11011100 | 101010 | 0 | 1101 | 1010011 | 1 | 110011 | 1100001 | 111010 |
Color Harmonies of #FCDC2A
Complementary color
Monochromatic Colors of #FCDC2A
Black with #FCDC2A
Text Example
Text Example
White with #FCDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC2A; }
p { color: rgb(252,220,42); }
H1.HeaderClassName
{
color: #FCDC2A;
}
.AnyTagClassName
{
color: #FCDC2A;
}
</style>
background-color css
<style>
a { background-color: #FCDC2A; }
a { background-color: rgb(252,220,42); }
div.DivClassName
{
background-color: #FCDC2A;
}
.BgClassName
{
background-color: #FCDC2A;
}
</style>
border-color css
<style>
span { border-color: #FCDC2A; }
span { border-color: rgb(252,220,42); }
td.TdClassName
{
border-color: #FCDC2A;
}
.TagClassName
{
border-color: #FCDC2A;
}
</style>