Shades of Gorse #FCFD2A
Tints of Gorse #FCFD2A
RGB
CMYK
RGB Variations
Color information
#FCFD2A (or 0xFCFD2A) is known color: Gorse. HEX triplet: FC, FD and 2A. RGB value is (252,253,42). Sum of RGB (Red+Green+Blue) = 252+253+42=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 42 (16.80% from 255 or 7.68% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD2A is #0302D5. Grayscale: #E5E5E5. Windows color (decimal): -197334 or 2817532. OLE color: 2817532.
HSL color Cylindrical-coordinate representation of color #FCFD2A: hue angle of 60.28º 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 #FCFD2A is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 42 | - |
| CMYK | 0.00 | 0 | 0.83 | 0.01 |
| HSL | 60.28º | 0.98% | 0.58% | - |
| HSV(B) | 60.28º | 0.83% | 0.99% | - |
| XYZ | 75.69 | 91.11 | 15.79 | - |
| YUV | 228.65 | 22.67 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 42 | 0.00 | 0 | 0.83 | 0.01 | 60.28 | 0.98 | 0.58 |
| Hex | FC | FD | 2A | 0 | 0 | 53 | 1 | 3C | 62 | 3A |
| Octal | 374 | 375 | 52 | 0 | 0 | 123 | 1 | 74 | 142 | 72 |
| Binary | 11111100 | 11111101 | 101010 | 0 | 0 | 1010011 | 1 | 111100 | 1100010 | 111010 |
Color Harmonies of #FCFD2A
Complementary color
Monochromatic Colors of #FCFD2A
Black with #FCFD2A
Text Example
Text Example
White with #FCFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD2A; }
p { color: rgb(252,253,42); }
H1.HeaderClassName
{
color: #FCFD2A;
}
.AnyTagClassName
{
color: #FCFD2A;
}
</style>
background-color css
<style>
a { background-color: #FCFD2A; }
a { background-color: rgb(252,253,42); }
div.DivClassName
{
background-color: #FCFD2A;
}
.BgClassName
{
background-color: #FCFD2A;
}
</style>
border-color css
<style>
span { border-color: #FCFD2A; }
span { border-color: rgb(252,253,42); }
td.TdClassName
{
border-color: #FCFD2A;
}
.TagClassName
{
border-color: #FCFD2A;
}
</style>