Shades of Gorse #FCFD2E
Tints of Gorse #FCFD2E
RGB
CMYK
RGB Variations
Color information
#FCFD2E (or 0xFCFD2E) is known color: Gorse. HEX triplet: FC, FD and 2E. RGB value is (252,253,46). Sum of RGB (Red+Green+Blue) = 252+253+46=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 46 (18.36% from 255 or 8.35% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD2E is #0302D1. Grayscale: #E5E5E5. Windows color (decimal): -197330 or 3079676. OLE color: 3079676.
HSL color Cylindrical-coordinate representation of color #FCFD2E: hue angle of 60.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCFD2E is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 46 | - |
| CMYK | 0.00 | 0 | 0.82 | 0.01 |
| HSL | 60.29º | 0.98% | 0.59% | - |
| HSV(B) | 60.29º | 0.82% | 0.99% | - |
| XYZ | 75.76 | 91.14 | 16.18 | - |
| YUV | 229.1 | 24.67 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 46 | 0.00 | 0 | 0.82 | 0.01 | 60.29 | 0.98 | 0.59 |
| Hex | FC | FD | 2E | 0 | 0 | 52 | 1 | 3C | 62 | 3B |
| Octal | 374 | 375 | 56 | 0 | 0 | 122 | 1 | 74 | 142 | 73 |
| Binary | 11111100 | 11111101 | 101110 | 0 | 0 | 1010010 | 1 | 111100 | 1100010 | 111011 |
Color Harmonies of #FCFD2E
Complementary color
Monochromatic Colors of #FCFD2E
Black with #FCFD2E
Text Example
Text Example
White with #FCFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD2E; }
p { color: rgb(252,253,46); }
H1.HeaderClassName
{
color: #FCFD2E;
}
.AnyTagClassName
{
color: #FCFD2E;
}
</style>
background-color css
<style>
a { background-color: #FCFD2E; }
a { background-color: rgb(252,253,46); }
div.DivClassName
{
background-color: #FCFD2E;
}
.BgClassName
{
background-color: #FCFD2E;
}
</style>
border-color css
<style>
span { border-color: #FCFD2E; }
span { border-color: rgb(252,253,46); }
td.TdClassName
{
border-color: #FCFD2E;
}
.TagClassName
{
border-color: #FCFD2E;
}
</style>