Shades of Gorse #FEE62D
Tints of Gorse #FEE62D
RGB
CMYK
RGB Variations
Color information
#FEE62D (or 0xFEE62D) is known color: Gorse. HEX triplet: FE, E6 and 2D. RGB value is (254,230,45). Sum of RGB (Red+Green+Blue) = 254+230+45=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE62D is #0119D2. Grayscale: #D8D8D8. Windows color (decimal): -72147 or 3008254. OLE color: 3008254.
HSL color Cylindrical-coordinate representation of color #FEE62D: hue angle of 53.11º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEE62D is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 45 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.00 |
| HSL | 53.11º | 0.99% | 0.59% | - |
| HSV(B) | 53.11º | 0.82% | 1% | - |
| XYZ | 69.64 | 77.85 | 13.84 | - |
| YUV | 216.09 | 31.45 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 45 | 0 | 0.09 | 0.82 | 0.00 | 53.11 | 0.99 | 0.59 |
| Hex | FE | E6 | 2D | 0 | 9 | 52 | 0 | 35 | 63 | 3B |
| Octal | 376 | 346 | 55 | 0 | 11 | 122 | 0 | 65 | 143 | 73 |
| Binary | 11111110 | 11100110 | 101101 | 0 | 1001 | 1010010 | 0 | 110101 | 1100011 | 111011 |
Color Harmonies of #FEE62D
Complementary color
Monochromatic Colors of #FEE62D
Black with #FEE62D
Text Example
Text Example
White with #FEE62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE62D; }
p { color: rgb(254,230,45); }
H1.HeaderClassName
{
color: #FEE62D;
}
.AnyTagClassName
{
color: #FEE62D;
}
</style>
background-color css
<style>
a { background-color: #FEE62D; }
a { background-color: rgb(254,230,45); }
div.DivClassName
{
background-color: #FEE62D;
}
.BgClassName
{
background-color: #FEE62D;
}
</style>
border-color css
<style>
span { border-color: #FEE62D; }
span { border-color: rgb(254,230,45); }
td.TdClassName
{
border-color: #FEE62D;
}
.TagClassName
{
border-color: #FEE62D;
}
</style>