Shades of Gorse #FEF829
Tints of Gorse #FEF829
RGB
CMYK
RGB Variations
Color information
#FEF829 (or 0xFEF829) is known color: Gorse. HEX triplet: FE, F8 and 29. RGB value is (254,248,41). Sum of RGB (Red+Green+Blue) = 254+248+41=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 41 (16.41% from 255 or 7.55% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF829 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF829 is #0107D6. Grayscale: #E3E3E3. Windows color (decimal): -67543 or 2750718. OLE color: 2750718.
HSL color Cylindrical-coordinate representation of color #FEF829: hue angle of 58.31º 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 #FEF829 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 41 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.00 |
| HSL | 58.31º | 0.99% | 0.58% | - |
| HSV(B) | 58.31º | 0.84% | 1% | - |
| XYZ | 74.84 | 88.37 | 15.21 | - |
| YUV | 226.2 | 23.49 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 41 | 0 | 0.02 | 0.84 | 0.00 | 58.31 | 0.99 | 0.58 |
| Hex | FE | F8 | 29 | 0 | 2 | 54 | 0 | 3A | 63 | 3A |
| Octal | 376 | 370 | 51 | 0 | 2 | 124 | 0 | 72 | 143 | 72 |
| Binary | 11111110 | 11111000 | 101001 | 0 | 10 | 1010100 | 0 | 111010 | 1100011 | 111010 |
Color Harmonies of #FEF829
Complementary color
Monochromatic Colors of #FEF829
Black with #FEF829
Text Example
Text Example
White with #FEF829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF829; }
p { color: rgb(254,248,41); }
H1.HeaderClassName
{
color: #FEF829;
}
.AnyTagClassName
{
color: #FEF829;
}
</style>
background-color css
<style>
a { background-color: #FEF829; }
a { background-color: rgb(254,248,41); }
div.DivClassName
{
background-color: #FEF829;
}
.BgClassName
{
background-color: #FEF829;
}
</style>
border-color css
<style>
span { border-color: #FEF829; }
span { border-color: rgb(254,248,41); }
td.TdClassName
{
border-color: #FEF829;
}
.TagClassName
{
border-color: #FEF829;
}
</style>