Shades of Gorse #FEFE2D
Tints of Gorse #FEFE2D
RGB
CMYK
RGB Variations
Color information
#FEFE2D (or 0xFEFE2D) is known color: Gorse. HEX triplet: FE, FE and 2D. RGB value is (254,254,45). Sum of RGB (Red+Green+Blue) = 254+254+45=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 45 (17.97% from 255 or 8.14% from 553); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE2D is #0101D2. Grayscale: #E7E7E7. Windows color (decimal): -66003 or 3014398. OLE color: 3014398.
HSL color Cylindrical-coordinate representation of color #FEFE2D: hue angle of 60º 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 #FEFE2D is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 45 | - |
| CMYK | 0 | 0 | 0.82 | 0.00 |
| HSL | 60º | 0.99% | 0.59% | - |
| HSV(B) | 60º | 0.82% | 1% | - |
| XYZ | 76.79 | 92.14 | 16.22 | - |
| YUV | 230.17 | 23.5 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 45 | 0 | 0 | 0.82 | 0.00 | 60 | 0.99 | 0.59 |
| Hex | FE | FE | 2D | 0 | 0 | 52 | 0 | 3C | 63 | 3B |
| Octal | 376 | 376 | 55 | 0 | 0 | 122 | 0 | 74 | 143 | 73 |
| Binary | 11111110 | 11111110 | 101101 | 0 | 0 | 1010010 | 0 | 111100 | 1100011 | 111011 |
Color Harmonies of #FEFE2D
Complementary color
Monochromatic Colors of #FEFE2D
Black with #FEFE2D
Text Example
Text Example
White with #FEFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE2D; }
p { color: rgb(254,254,45); }
H1.HeaderClassName
{
color: #FEFE2D;
}
.AnyTagClassName
{
color: #FEFE2D;
}
</style>
background-color css
<style>
a { background-color: #FEFE2D; }
a { background-color: rgb(254,254,45); }
div.DivClassName
{
background-color: #FEFE2D;
}
.BgClassName
{
background-color: #FEFE2D;
}
</style>
border-color css
<style>
span { border-color: #FEFE2D; }
span { border-color: rgb(254,254,45); }
td.TdClassName
{
border-color: #FEFE2D;
}
.TagClassName
{
border-color: #FEFE2D;
}
</style>