Shades of Gorse #FEF834
Tints of Gorse #FEF834
RGB
CMYK
RGB Variations
Color information
#FEF834 (or 0xFEF834) is known color: Gorse. HEX triplet: FE, F8 and 34. RGB value is (254,248,52). Sum of RGB (Red+Green+Blue) = 254+248+52=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 52 (20.70% from 255 or 9.39% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF834 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF834 is #0107CB. Grayscale: #E4E4E4. Windows color (decimal): -67532 or 3471614. OLE color: 3471614.
HSL color Cylindrical-coordinate representation of color #FEF834: hue angle of 58.22º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEF834 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 52 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.00 |
| HSL | 58.22º | 0.99% | 0.6% | - |
| HSV(B) | 58.22º | 0.8% | 1% | - |
| XYZ | 75.06 | 88.45 | 16.37 | - |
| YUV | 227.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 52 | 0 | 0.02 | 0.80 | 0.00 | 58.22 | 0.99 | 0.6 |
| Hex | FE | F8 | 34 | 0 | 2 | 50 | 0 | 3A | 63 | 3C |
| Octal | 376 | 370 | 64 | 0 | 2 | 120 | 0 | 72 | 143 | 74 |
| Binary | 11111110 | 11111000 | 110100 | 0 | 10 | 1010000 | 0 | 111010 | 1100011 | 111100 |
Color Harmonies of #FEF834
Complementary color
Monochromatic Colors of #FEF834
Black with #FEF834
Text Example
Text Example
White with #FEF834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF834; }
p { color: rgb(254,248,52); }
H1.HeaderClassName
{
color: #FEF834;
}
.AnyTagClassName
{
color: #FEF834;
}
</style>
background-color css
<style>
a { background-color: #FEF834; }
a { background-color: rgb(254,248,52); }
div.DivClassName
{
background-color: #FEF834;
}
.BgClassName
{
background-color: #FEF834;
}
</style>
border-color css
<style>
span { border-color: #FEF834; }
span { border-color: rgb(254,248,52); }
td.TdClassName
{
border-color: #FEF834;
}
.TagClassName
{
border-color: #FEF834;
}
</style>