Shades of Gorse #FEF62F
Tints of Gorse #FEF62F
RGB
CMYK
RGB Variations
Color information
#FEF62F (or 0xFEF62F) is known color: Gorse. HEX triplet: FE, F6 and 2F. RGB value is (254,246,47). Sum of RGB (Red+Green+Blue) = 254+246+47=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 47 (18.75% from 255 or 8.59% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF62F is #0109D0. Grayscale: #E2E2E2. Windows color (decimal): -68049 or 3143422. OLE color: 3143422.
HSL color Cylindrical-coordinate representation of color #FEF62F: hue angle of 57.68º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEF62F is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 47 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.00 |
| HSL | 57.68º | 0.99% | 0.59% | - |
| HSV(B) | 57.68º | 0.81% | 1% | - |
| XYZ | 74.34 | 87.19 | 15.6 | - |
| YUV | 225.71 | 27.15 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 47 | 0 | 0.03 | 0.81 | 0.00 | 57.68 | 0.99 | 0.59 |
| Hex | FE | F6 | 2F | 0 | 3 | 51 | 0 | 3A | 63 | 3B |
| Octal | 376 | 366 | 57 | 0 | 3 | 121 | 0 | 72 | 143 | 73 |
| Binary | 11111110 | 11110110 | 101111 | 0 | 11 | 1010001 | 0 | 111010 | 1100011 | 111011 |
Color Harmonies of #FEF62F
Complementary color
Monochromatic Colors of #FEF62F
Black with #FEF62F
Text Example
Text Example
White with #FEF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF62F; }
p { color: rgb(254,246,47); }
H1.HeaderClassName
{
color: #FEF62F;
}
.AnyTagClassName
{
color: #FEF62F;
}
</style>
background-color css
<style>
a { background-color: #FEF62F; }
a { background-color: rgb(254,246,47); }
div.DivClassName
{
background-color: #FEF62F;
}
.BgClassName
{
background-color: #FEF62F;
}
</style>
border-color css
<style>
span { border-color: #FEF62F; }
span { border-color: rgb(254,246,47); }
td.TdClassName
{
border-color: #FEF62F;
}
.TagClassName
{
border-color: #FEF62F;
}
</style>