Shades of Gorse #FCFD2C
Tints of Gorse #FCFD2C
RGB
CMYK
RGB Variations
Color information
#FCFD2C (or 0xFCFD2C) is known color: Gorse. HEX triplet: FC, FD and 2C. RGB value is (252,253,44). Sum of RGB (Red+Green+Blue) = 252+253+44=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 44 (17.58% from 255 or 8.01% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD2C is #0302D3. Grayscale: #E5E5E5. Windows color (decimal): -197332 or 2948604. OLE color: 2948604.
HSL color Cylindrical-coordinate representation of color #FCFD2C: hue angle of 60.29º degrees, saturation: 0.98, 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 #FCFD2C is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 44 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.01 |
| HSL | 60.29º | 0.98% | 0.58% | - |
| HSV(B) | 60.29º | 0.83% | 0.99% | - |
| XYZ | 75.72 | 91.13 | 15.98 | - |
| YUV | 228.88 | 23.67 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 44 | 0.00 | 0 | 0.83 | 0.01 | 60.29 | 0.98 | 0.58 |
| Hex | FC | FD | 2C | 0 | 0 | 53 | 1 | 3C | 62 | 3A |
| Octal | 374 | 375 | 54 | 0 | 0 | 123 | 1 | 74 | 142 | 72 |
| Binary | 11111100 | 11111101 | 101100 | 0 | 0 | 1010011 | 1 | 111100 | 1100010 | 111010 |
Color Harmonies of #FCFD2C
Complementary color
Monochromatic Colors of #FCFD2C
Black with #FCFD2C
Text Example
Text Example
White with #FCFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD2C; }
p { color: rgb(252,253,44); }
H1.HeaderClassName
{
color: #FCFD2C;
}
.AnyTagClassName
{
color: #FCFD2C;
}
</style>
background-color css
<style>
a { background-color: #FCFD2C; }
a { background-color: rgb(252,253,44); }
div.DivClassName
{
background-color: #FCFD2C;
}
.BgClassName
{
background-color: #FCFD2C;
}
</style>
border-color css
<style>
span { border-color: #FCFD2C; }
span { border-color: rgb(252,253,44); }
td.TdClassName
{
border-color: #FCFD2C;
}
.TagClassName
{
border-color: #FCFD2C;
}
</style>