Shades of Gorse #FCFF2E
Tints of Gorse #FCFF2E
RGB
CMYK
RGB Variations
Color information
#FCFF2E (or 0xFCFF2E) is known color: Gorse. HEX triplet: FC, FF and 2E. RGB value is (252,255,46). Sum of RGB (Red+Green+Blue) = 252+255+46=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 46 (18.36% from 255 or 8.32% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF2E is #0300D1. Grayscale: #E7E7E7. Windows color (decimal): -196818 or 3080188. OLE color: 3080188.
HSL color Cylindrical-coordinate representation of color #FCFF2E: hue angle of 60.86º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCFF2E is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 46 | - |
| CMYK | 0.01 | 0 | 0.82 | 0 |
| HSL | 60.86º | 1% | 0.59% | - |
| HSV(B) | 60.86º | 0.82% | 1% | - |
| XYZ | 76.4 | 92.41 | 16.4 | - |
| YUV | 230.28 | 24.01 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 46 | 0.01 | 0 | 0.82 | 0 | 60.86 | 1 | 0.59 |
| Hex | FC | FF | 2E | 1 | 0 | 52 | 0 | 3D | 64 | 3B |
| Octal | 374 | 377 | 56 | 1 | 0 | 122 | 0 | 75 | 144 | 73 |
| Binary | 11111100 | 11111111 | 101110 | 1 | 0 | 1010010 | 0 | 111101 | 1100100 | 111011 |
Color Harmonies of #FCFF2E
Complementary color
Monochromatic Colors of #FCFF2E
Black with #FCFF2E
Text Example
Text Example
White with #FCFF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF2E; }
p { color: rgb(252,255,46); }
H1.HeaderClassName
{
color: #FCFF2E;
}
.AnyTagClassName
{
color: #FCFF2E;
}
</style>
background-color css
<style>
a { background-color: #FCFF2E; }
a { background-color: rgb(252,255,46); }
div.DivClassName
{
background-color: #FCFF2E;
}
.BgClassName
{
background-color: #FCFF2E;
}
</style>
border-color css
<style>
span { border-color: #FCFF2E; }
span { border-color: rgb(252,255,46); }
td.TdClassName
{
border-color: #FCFF2E;
}
.TagClassName
{
border-color: #FCFF2E;
}
</style>