Shades of Gorse #FEFF2C
Tints of Gorse #FEFF2C
RGB
CMYK
RGB Variations
Color information
#FEFF2C (or 0xFEFF2C) is known color: Gorse. HEX triplet: FE, FF and 2C. RGB value is (254,255,44). Sum of RGB (Red+Green+Blue) = 254+255+44=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 44 (17.58% from 255 or 7.96% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF2C is #0100D3. Grayscale: #E7E7E7. Windows color (decimal): -65748 or 2949118. OLE color: 2949118.
HSL color Cylindrical-coordinate representation of color #FEFF2C: hue angle of 60.28º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEFF2C is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 44 | - |
| CMYK | 0.00 | 0 | 0.83 | 0 |
| HSL | 60.28º | 1% | 0.59% | - |
| HSV(B) | 60.28º | 0.83% | 1% | - |
| XYZ | 77.09 | 92.77 | 16.23 | - |
| YUV | 230.65 | 22.67 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 44 | 0.00 | 0 | 0.83 | 0 | 60.28 | 1 | 0.59 |
| Hex | FE | FF | 2C | 0 | 0 | 53 | 0 | 3C | 64 | 3B |
| Octal | 376 | 377 | 54 | 0 | 0 | 123 | 0 | 74 | 144 | 73 |
| Binary | 11111110 | 11111111 | 101100 | 0 | 0 | 1010011 | 0 | 111100 | 1100100 | 111011 |
Color Harmonies of #FEFF2C
Complementary color
Monochromatic Colors of #FEFF2C
Black with #FEFF2C
Text Example
Text Example
White with #FEFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF2C; }
p { color: rgb(254,255,44); }
H1.HeaderClassName
{
color: #FEFF2C;
}
.AnyTagClassName
{
color: #FEFF2C;
}
</style>
background-color css
<style>
a { background-color: #FEFF2C; }
a { background-color: rgb(254,255,44); }
div.DivClassName
{
background-color: #FEFF2C;
}
.BgClassName
{
background-color: #FEFF2C;
}
</style>
border-color css
<style>
span { border-color: #FEFF2C; }
span { border-color: rgb(254,255,44); }
td.TdClassName
{
border-color: #FEFF2C;
}
.TagClassName
{
border-color: #FEFF2C;
}
</style>