Shades of Gorse #FEF62A
Tints of Gorse #FEF62A
RGB
CMYK
RGB Variations
Color information
#FEF62A (or 0xFEF62A) is known color: Gorse. HEX triplet: FE, F6 and 2A. RGB value is (254,246,42). Sum of RGB (Red+Green+Blue) = 254+246+42=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 42 (16.80% from 255 or 7.75% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF62A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF62A is #0109D5. Grayscale: #E1E1E1. Windows color (decimal): -68054 or 2815742. OLE color: 2815742.
HSL color Cylindrical-coordinate representation of color #FEF62A: hue angle of 57.74º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEF62A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 42 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.00 |
| HSL | 57.74º | 0.99% | 0.58% | - |
| HSV(B) | 57.74º | 0.83% | 1% | - |
| XYZ | 74.25 | 87.15 | 15.1 | - |
| YUV | 225.14 | 24.65 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 42 | 0 | 0.03 | 0.83 | 0.00 | 57.74 | 0.99 | 0.58 |
| Hex | FE | F6 | 2A | 0 | 3 | 53 | 0 | 3A | 63 | 3A |
| Octal | 376 | 366 | 52 | 0 | 3 | 123 | 0 | 72 | 143 | 72 |
| Binary | 11111110 | 11110110 | 101010 | 0 | 11 | 1010011 | 0 | 111010 | 1100011 | 111010 |
Color Harmonies of #FEF62A
Complementary color
Monochromatic Colors of #FEF62A
Black with #FEF62A
Text Example
Text Example
White with #FEF62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF62A; }
p { color: rgb(254,246,42); }
H1.HeaderClassName
{
color: #FEF62A;
}
.AnyTagClassName
{
color: #FEF62A;
}
</style>
background-color css
<style>
a { background-color: #FEF62A; }
a { background-color: rgb(254,246,42); }
div.DivClassName
{
background-color: #FEF62A;
}
.BgClassName
{
background-color: #FEF62A;
}
</style>
border-color css
<style>
span { border-color: #FEF62A; }
span { border-color: rgb(254,246,42); }
td.TdClassName
{
border-color: #FEF62A;
}
.TagClassName
{
border-color: #FEF62A;
}
</style>