Shades of Gorse #FCFE2D
Tints of Gorse #FCFE2D
RGB
CMYK
RGB Variations
Color information
#FCFE2D (or 0xFCFE2D) is known color: Gorse. HEX triplet: FC, FE and 2D. RGB value is (252,254,45). Sum of RGB (Red+Green+Blue) = 252+254+45=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 45 (17.97% from 255 or 8.17% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE2D is #0301D2. Grayscale: #E6E6E6. Windows color (decimal): -197075 or 3014396. OLE color: 3014396.
HSL color Cylindrical-coordinate representation of color #FCFE2D: hue angle of 60.57º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCFE2D is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 254 | 45 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.00 |
| HSL | 60.57º | 0.99% | 0.59% | - |
| HSV(B) | 60.57º | 0.82% | 1% | - |
| XYZ | 76.06 | 91.77 | 16.19 | - |
| YUV | 229.58 | 23.84 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 254 | 45 | 0.01 | 0 | 0.82 | 0.00 | 60.57 | 0.99 | 0.59 |
| Hex | FC | FE | 2D | 1 | 0 | 52 | 0 | 3D | 63 | 3B |
| Octal | 374 | 376 | 55 | 1 | 0 | 122 | 0 | 75 | 143 | 73 |
| Binary | 11111100 | 11111110 | 101101 | 1 | 0 | 1010010 | 0 | 111101 | 1100011 | 111011 |
Color Harmonies of #FCFE2D
Complementary color
Monochromatic Colors of #FCFE2D
Black with #FCFE2D
Text Example
Text Example
White with #FCFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFE2D; }
p { color: rgb(252,254,45); }
H1.HeaderClassName
{
color: #FCFE2D;
}
.AnyTagClassName
{
color: #FCFE2D;
}
</style>
background-color css
<style>
a { background-color: #FCFE2D; }
a { background-color: rgb(252,254,45); }
div.DivClassName
{
background-color: #FCFE2D;
}
.BgClassName
{
background-color: #FCFE2D;
}
</style>
border-color css
<style>
span { border-color: #FCFE2D; }
span { border-color: rgb(252,254,45); }
td.TdClassName
{
border-color: #FCFE2D;
}
.TagClassName
{
border-color: #FCFE2D;
}
</style>