Shades of Gorse #FEF226
Tints of Gorse #FEF226
RGB
CMYK
RGB Variations
Color information
#FEF226 (or 0xFEF226) is known color: Gorse. HEX triplet: FE, F2 and 26. RGB value is (254,242,38). Sum of RGB (Red+Green+Blue) = 254+242+38=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 38 (15.23% from 255 or 7.12% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF226 is #010DD9. Grayscale: #DFDFDF. Windows color (decimal): -69082 or 2552574. OLE color: 2552574.
HSL color Cylindrical-coordinate representation of color #FEF226: hue angle of 56.67º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEF226 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 38 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.00 |
| HSL | 56.67º | 0.99% | 0.57% | - |
| HSV(B) | 56.67º | 0.85% | 1% | - |
| XYZ | 72.98 | 84.72 | 14.34 | - |
| YUV | 222.33 | 23.98 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 38 | 0 | 0.05 | 0.85 | 0.00 | 56.67 | 0.99 | 0.57 |
| Hex | FE | F2 | 26 | 0 | 5 | 55 | 0 | 39 | 63 | 39 |
| Octal | 376 | 362 | 46 | 0 | 5 | 125 | 0 | 71 | 143 | 71 |
| Binary | 11111110 | 11110010 | 100110 | 0 | 101 | 1010101 | 0 | 111001 | 1100011 | 111001 |
Color Harmonies of #FEF226
Complementary color
Monochromatic Colors of #FEF226
Black with #FEF226
Text Example
Text Example
White with #FEF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF226; }
p { color: rgb(254,242,38); }
H1.HeaderClassName
{
color: #FEF226;
}
.AnyTagClassName
{
color: #FEF226;
}
</style>
background-color css
<style>
a { background-color: #FEF226; }
a { background-color: rgb(254,242,38); }
div.DivClassName
{
background-color: #FEF226;
}
.BgClassName
{
background-color: #FEF226;
}
</style>
border-color css
<style>
span { border-color: #FEF226; }
span { border-color: rgb(254,242,38); }
td.TdClassName
{
border-color: #FEF226;
}
.TagClassName
{
border-color: #FEF226;
}
</style>