Shades of Gorse #FEDF29
Tints of Gorse #FEDF29
RGB
CMYK
RGB Variations
Color information
#FEDF29 (or 0xFEDF29) is known color: Gorse. HEX triplet: FE, DF and 29. RGB value is (254,223,41). Sum of RGB (Red+Green+Blue) = 254+223+41=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 41 (16.41% from 255 or 7.92% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF29 is #0120D6. Grayscale: #D4D4D4. Windows color (decimal): -73943 or 2744318. OLE color: 2744318.
HSL color Cylindrical-coordinate representation of color #FEDF29: hue angle of 51.27º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEDF29 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 41 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.00 |
| HSL | 51.27º | 0.99% | 0.58% | - |
| HSV(B) | 51.27º | 0.84% | 1% | - |
| XYZ | 67.66 | 74.01 | 12.82 | - |
| YUV | 211.52 | 31.77 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 41 | 0 | 0.12 | 0.84 | 0.00 | 51.27 | 0.99 | 0.58 |
| Hex | FE | DF | 29 | 0 | C | 54 | 0 | 33 | 63 | 3A |
| Octal | 376 | 337 | 51 | 0 | 14 | 124 | 0 | 63 | 143 | 72 |
| Binary | 11111110 | 11011111 | 101001 | 0 | 1100 | 1010100 | 0 | 110011 | 1100011 | 111010 |
Color Harmonies of #FEDF29
Complementary color
Monochromatic Colors of #FEDF29
Black with #FEDF29
Text Example
Text Example
White with #FEDF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF29; }
p { color: rgb(254,223,41); }
H1.HeaderClassName
{
color: #FEDF29;
}
.AnyTagClassName
{
color: #FEDF29;
}
</style>
background-color css
<style>
a { background-color: #FEDF29; }
a { background-color: rgb(254,223,41); }
div.DivClassName
{
background-color: #FEDF29;
}
.BgClassName
{
background-color: #FEDF29;
}
</style>
border-color css
<style>
span { border-color: #FEDF29; }
span { border-color: rgb(254,223,41); }
td.TdClassName
{
border-color: #FEDF29;
}
.TagClassName
{
border-color: #FEDF29;
}
</style>