Shades of Gorse #FEFD2E
Tints of Gorse #FEFD2E
RGB
CMYK
RGB Variations
Color information
#FEFD2E (or 0xFEFD2E) is known color: Gorse. HEX triplet: FE, FD and 2E. RGB value is (254,253,46). Sum of RGB (Red+Green+Blue) = 254+253+46=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 46 (18.36% from 255 or 8.32% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD2E is #0102D1. Grayscale: #E6E6E6. Windows color (decimal): -66258 or 3079678. OLE color: 3079678.
HSL color Cylindrical-coordinate representation of color #FEFD2E: hue angle of 59.71º 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 #FEFD2E is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 46 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.00 |
| HSL | 59.71º | 0.99% | 0.59% | - |
| HSV(B) | 59.71º | 0.82% | 1% | - |
| XYZ | 76.49 | 91.52 | 16.22 | - |
| YUV | 229.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 46 | 0 | 0.00 | 0.82 | 0.00 | 59.71 | 0.99 | 0.59 |
| Hex | FE | FD | 2E | 0 | 0 | 52 | 0 | 3C | 63 | 3B |
| Octal | 376 | 375 | 56 | 0 | 0 | 122 | 0 | 74 | 143 | 73 |
| Binary | 11111110 | 11111101 | 101110 | 0 | 0 | 1010010 | 0 | 111100 | 1100011 | 111011 |
Color Harmonies of #FEFD2E
Complementary color
Monochromatic Colors of #FEFD2E
Black with #FEFD2E
Text Example
Text Example
White with #FEFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD2E; }
p { color: rgb(254,253,46); }
H1.HeaderClassName
{
color: #FEFD2E;
}
.AnyTagClassName
{
color: #FEFD2E;
}
</style>
background-color css
<style>
a { background-color: #FEFD2E; }
a { background-color: rgb(254,253,46); }
div.DivClassName
{
background-color: #FEFD2E;
}
.BgClassName
{
background-color: #FEFD2E;
}
</style>
border-color css
<style>
span { border-color: #FEFD2E; }
span { border-color: rgb(254,253,46); }
td.TdClassName
{
border-color: #FEFD2E;
}
.TagClassName
{
border-color: #FEFD2E;
}
</style>