Shades of Gorse #FEF62B
Tints of Gorse #FEF62B
RGB
CMYK
RGB Variations
Color information
#FEF62B (or 0xFEF62B) is known color: Gorse. HEX triplet: FE, F6 and 2B. RGB value is (254,246,43). Sum of RGB (Red+Green+Blue) = 254+246+43=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 43 (17.19% from 255 or 7.92% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF62B is #0109D4. Grayscale: #E2E2E2. Windows color (decimal): -68053 or 2881278. OLE color: 2881278.
HSL color Cylindrical-coordinate representation of color #FEF62B: hue angle of 57.73º 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 #FEF62B is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 43 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.00 |
| HSL | 57.73º | 0.99% | 0.58% | - |
| HSV(B) | 57.73º | 0.83% | 1% | - |
| XYZ | 74.26 | 87.16 | 15.19 | - |
| YUV | 225.25 | 25.15 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 43 | 0 | 0.03 | 0.83 | 0.00 | 57.73 | 0.99 | 0.58 |
| Hex | FE | F6 | 2B | 0 | 3 | 53 | 0 | 3A | 63 | 3A |
| Octal | 376 | 366 | 53 | 0 | 3 | 123 | 0 | 72 | 143 | 72 |
| Binary | 11111110 | 11110110 | 101011 | 0 | 11 | 1010011 | 0 | 111010 | 1100011 | 111010 |
Color Harmonies of #FEF62B
Complementary color
Monochromatic Colors of #FEF62B
Black with #FEF62B
Text Example
Text Example
White with #FEF62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF62B; }
p { color: rgb(254,246,43); }
H1.HeaderClassName
{
color: #FEF62B;
}
.AnyTagClassName
{
color: #FEF62B;
}
</style>
background-color css
<style>
a { background-color: #FEF62B; }
a { background-color: rgb(254,246,43); }
div.DivClassName
{
background-color: #FEF62B;
}
.BgClassName
{
background-color: #FEF62B;
}
</style>
border-color css
<style>
span { border-color: #FEF62B; }
span { border-color: rgb(254,246,43); }
td.TdClassName
{
border-color: #FEF62B;
}
.TagClassName
{
border-color: #FEF62B;
}
</style>