Shades of Gorse #FEFF28
Tints of Gorse #FEFF28
RGB
CMYK
RGB Variations
Color information
#FEFF28 (or 0xFEFF28) is known color: Gorse. HEX triplet: FE, FF and 28. RGB value is (254,255,40). Sum of RGB (Red+Green+Blue) = 254+255+40=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 40 (16.02% from 255 or 7.29% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF28 is #0100D7. Grayscale: #E7E7E7. Windows color (decimal): -65752 or 2686974. OLE color: 2686974.
HSL color Cylindrical-coordinate representation of color #FEFF28: hue angle of 60.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEFF28 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 40 | - |
| CMYK | 0.00 | 0 | 0.84 | 0 |
| HSL | 60.28º | 1% | 0.58% | - |
| HSV(B) | 60.28º | 0.84% | 1% | - |
| XYZ | 77.02 | 92.74 | 15.85 | - |
| YUV | 230.19 | 20.67 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 40 | 0.00 | 0 | 0.84 | 0 | 60.28 | 1 | 0.58 |
| Hex | FE | FF | 28 | 0 | 0 | 54 | 0 | 3C | 64 | 3A |
| Octal | 376 | 377 | 50 | 0 | 0 | 124 | 0 | 74 | 144 | 72 |
| Binary | 11111110 | 11111111 | 101000 | 0 | 0 | 1010100 | 0 | 111100 | 1100100 | 111010 |
Color Harmonies of #FEFF28
Complementary color
Monochromatic Colors of #FEFF28
Black with #FEFF28
Text Example
Text Example
White with #FEFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF28; }
p { color: rgb(254,255,40); }
H1.HeaderClassName
{
color: #FEFF28;
}
.AnyTagClassName
{
color: #FEFF28;
}
</style>
background-color css
<style>
a { background-color: #FEFF28; }
a { background-color: rgb(254,255,40); }
div.DivClassName
{
background-color: #FEFF28;
}
.BgClassName
{
background-color: #FEFF28;
}
</style>
border-color css
<style>
span { border-color: #FEFF28; }
span { border-color: rgb(254,255,40); }
td.TdClassName
{
border-color: #FEFF28;
}
.TagClassName
{
border-color: #FEFF28;
}
</style>