Shades of Gorse #FEE62B
Tints of Gorse #FEE62B
RGB
CMYK
RGB Variations
Color information
#FEE62B (or 0xFEE62B) is known color: Gorse. HEX triplet: FE, E6 and 2B. RGB value is (254,230,43). Sum of RGB (Red+Green+Blue) = 254+230+43=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 43 (17.19% from 255 or 8.16% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE62B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE62B is #0119D4. Grayscale: #D8D8D8. Windows color (decimal): -72149 or 2877182. OLE color: 2877182.
HSL color Cylindrical-coordinate representation of color #FEE62B: hue angle of 53.18º 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 #FEE62B is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 43 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.00 |
| HSL | 53.18º | 0.99% | 0.58% | - |
| HSV(B) | 53.18º | 0.83% | 1% | - |
| XYZ | 69.61 | 77.84 | 13.64 | - |
| YUV | 215.86 | 30.45 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 43 | 0 | 0.09 | 0.83 | 0.00 | 53.18 | 0.99 | 0.58 |
| Hex | FE | E6 | 2B | 0 | 9 | 53 | 0 | 35 | 63 | 3A |
| Octal | 376 | 346 | 53 | 0 | 11 | 123 | 0 | 65 | 143 | 72 |
| Binary | 11111110 | 11100110 | 101011 | 0 | 1001 | 1010011 | 0 | 110101 | 1100011 | 111010 |
Color Harmonies of #FEE62B
Complementary color
Monochromatic Colors of #FEE62B
Black with #FEE62B
Text Example
Text Example
White with #FEE62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE62B; }
p { color: rgb(254,230,43); }
H1.HeaderClassName
{
color: #FEE62B;
}
.AnyTagClassName
{
color: #FEE62B;
}
</style>
background-color css
<style>
a { background-color: #FEE62B; }
a { background-color: rgb(254,230,43); }
div.DivClassName
{
background-color: #FEE62B;
}
.BgClassName
{
background-color: #FEE62B;
}
</style>
border-color css
<style>
span { border-color: #FEE62B; }
span { border-color: rgb(254,230,43); }
td.TdClassName
{
border-color: #FEE62B;
}
.TagClassName
{
border-color: #FEE62B;
}
</style>