Shades of Gorse #FEFF2D
Tints of Gorse #FEFF2D
RGB
CMYK
RGB Variations
Color information
#FEFF2D (or 0xFEFF2D) is known color: Gorse. HEX triplet: FE, FF and 2D. RGB value is (254,255,45). Sum of RGB (Red+Green+Blue) = 254+255+45=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 45 (17.97% from 255 or 8.12% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF2D is #0100D2. Grayscale: #E7E7E7. Windows color (decimal): -65747 or 3014654. OLE color: 3014654.
HSL color Cylindrical-coordinate representation of color #FEFF2D: hue angle of 60.29º 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 #FEFF2D is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 45 | - |
| CMYK | 0.00 | 0 | 0.82 | 0 |
| HSL | 60.29º | 1% | 0.59% | - |
| HSV(B) | 60.29º | 0.82% | 1% | - |
| XYZ | 77.11 | 92.78 | 16.33 | - |
| YUV | 230.76 | 23.17 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 45 | 0.00 | 0 | 0.82 | 0 | 60.29 | 1 | 0.59 |
| Hex | FE | FF | 2D | 0 | 0 | 52 | 0 | 3C | 64 | 3B |
| Octal | 376 | 377 | 55 | 0 | 0 | 122 | 0 | 74 | 144 | 73 |
| Binary | 11111110 | 11111111 | 101101 | 0 | 0 | 1010010 | 0 | 111100 | 1100100 | 111011 |
Color Harmonies of #FEFF2D
Complementary color
Monochromatic Colors of #FEFF2D
Black with #FEFF2D
Text Example
Text Example
White with #FEFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF2D; }
p { color: rgb(254,255,45); }
H1.HeaderClassName
{
color: #FEFF2D;
}
.AnyTagClassName
{
color: #FEFF2D;
}
</style>
background-color css
<style>
a { background-color: #FEFF2D; }
a { background-color: rgb(254,255,45); }
div.DivClassName
{
background-color: #FEFF2D;
}
.BgClassName
{
background-color: #FEFF2D;
}
</style>
border-color css
<style>
span { border-color: #FEFF2D; }
span { border-color: rgb(254,255,45); }
td.TdClassName
{
border-color: #FEFF2D;
}
.TagClassName
{
border-color: #FEFF2D;
}
</style>