Shades of Gorse #FEF628
Tints of Gorse #FEF628
RGB
CMYK
RGB Variations
Color information
#FEF628 (or 0xFEF628) is known color: Gorse. HEX triplet: FE, F6 and 28. RGB value is (254,246,40). Sum of RGB (Red+Green+Blue) = 254+246+40=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 40 (16.02% from 255 or 7.41% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF628 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF628 is #0109D7. Grayscale: #E1E1E1. Windows color (decimal): -68056 or 2684670. OLE color: 2684670.
HSL color Cylindrical-coordinate representation of color #FEF628: hue angle of 57.76º 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 #FEF628 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 40 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.00 |
| HSL | 57.76º | 0.99% | 0.58% | - |
| HSV(B) | 57.76º | 0.84% | 1% | - |
| XYZ | 74.21 | 87.14 | 14.91 | - |
| YUV | 224.91 | 23.65 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 40 | 0 | 0.03 | 0.84 | 0.00 | 57.76 | 0.99 | 0.58 |
| Hex | FE | F6 | 28 | 0 | 3 | 54 | 0 | 3A | 63 | 3A |
| Octal | 376 | 366 | 50 | 0 | 3 | 124 | 0 | 72 | 143 | 72 |
| Binary | 11111110 | 11110110 | 101000 | 0 | 11 | 1010100 | 0 | 111010 | 1100011 | 111010 |
Color Harmonies of #FEF628
Complementary color
Monochromatic Colors of #FEF628
Black with #FEF628
Text Example
Text Example
White with #FEF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF628; }
p { color: rgb(254,246,40); }
H1.HeaderClassName
{
color: #FEF628;
}
.AnyTagClassName
{
color: #FEF628;
}
</style>
background-color css
<style>
a { background-color: #FEF628; }
a { background-color: rgb(254,246,40); }
div.DivClassName
{
background-color: #FEF628;
}
.BgClassName
{
background-color: #FEF628;
}
</style>
border-color css
<style>
span { border-color: #FEF628; }
span { border-color: rgb(254,246,40); }
td.TdClassName
{
border-color: #FEF628;
}
.TagClassName
{
border-color: #FEF628;
}
</style>