Shades of Gorse #FEF629
Tints of Gorse #FEF629
RGB
CMYK
RGB Variations
Color information
#FEF629 (or 0xFEF629) is known color: Gorse. HEX triplet: FE, F6 and 29. RGB value is (254,246,41). Sum of RGB (Red+Green+Blue) = 254+246+41=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 41 (16.41% from 255 or 7.58% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF629 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF629 is #0109D6. Grayscale: #E1E1E1. Windows color (decimal): -68055 or 2750206. OLE color: 2750206.
HSL color Cylindrical-coordinate representation of color #FEF629: hue angle of 57.75º 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 #FEF629 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 41 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.00 |
| HSL | 57.75º | 0.99% | 0.58% | - |
| HSV(B) | 57.75º | 0.84% | 1% | - |
| XYZ | 74.23 | 87.14 | 15.01 | - |
| YUV | 225.02 | 24.15 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 41 | 0 | 0.03 | 0.84 | 0.00 | 57.75 | 0.99 | 0.58 |
| Hex | FE | F6 | 29 | 0 | 3 | 54 | 0 | 3A | 63 | 3A |
| Octal | 376 | 366 | 51 | 0 | 3 | 124 | 0 | 72 | 143 | 72 |
| Binary | 11111110 | 11110110 | 101001 | 0 | 11 | 1010100 | 0 | 111010 | 1100011 | 111010 |
Color Harmonies of #FEF629
Complementary color
Monochromatic Colors of #FEF629
Black with #FEF629
Text Example
Text Example
White with #FEF629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF629; }
p { color: rgb(254,246,41); }
H1.HeaderClassName
{
color: #FEF629;
}
.AnyTagClassName
{
color: #FEF629;
}
</style>
background-color css
<style>
a { background-color: #FEF629; }
a { background-color: rgb(254,246,41); }
div.DivClassName
{
background-color: #FEF629;
}
.BgClassName
{
background-color: #FEF629;
}
</style>
border-color css
<style>
span { border-color: #FEF629; }
span { border-color: rgb(254,246,41); }
td.TdClassName
{
border-color: #FEF629;
}
.TagClassName
{
border-color: #FEF629;
}
</style>