Shades of Gorse #FEE741
Tints of Gorse #FEE741
RGB
CMYK
RGB Variations
Color information
#FEE741 (or 0xFEE741) is known color: Gorse. HEX triplet: FE, E7 and 41. RGB value is (254,231,65). Sum of RGB (Red+Green+Blue) = 254+231+65=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 65 (25.78% from 255 or 11.82% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE741 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE741 is #0118BE. Grayscale: #DBDBDB. Windows color (decimal): -71871 or 4319230. OLE color: 4319230.
HSL color Cylindrical-coordinate representation of color #FEE741: hue angle of 52.7º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEE741 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 65 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.00 |
| HSL | 52.7º | 0.99% | 0.63% | - |
| HSV(B) | 52.7º | 0.74% | 1% | - |
| XYZ | 70.4 | 78.6 | 16.46 | - |
| YUV | 218.95 | 41.12 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 65 | 0 | 0.09 | 0.74 | 0.00 | 52.7 | 0.99 | 0.63 |
| Hex | FE | E7 | 41 | 0 | 9 | 4A | 0 | 35 | 63 | 3F |
| Octal | 376 | 347 | 101 | 0 | 11 | 112 | 0 | 65 | 143 | 77 |
| Binary | 11111110 | 11100111 | 1000001 | 0 | 1001 | 1001010 | 0 | 110101 | 1100011 | 111111 |
Color Harmonies of #FEE741
Complementary color
Monochromatic Colors of #FEE741
Black with #FEE741
Text Example
Text Example
White with #FEE741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE741; }
p { color: rgb(254,231,65); }
H1.HeaderClassName
{
color: #FEE741;
}
.AnyTagClassName
{
color: #FEE741;
}
</style>
background-color css
<style>
a { background-color: #FEE741; }
a { background-color: rgb(254,231,65); }
div.DivClassName
{
background-color: #FEE741;
}
.BgClassName
{
background-color: #FEE741;
}
</style>
border-color css
<style>
span { border-color: #FEE741; }
span { border-color: rgb(254,231,65); }
td.TdClassName
{
border-color: #FEE741;
}
.TagClassName
{
border-color: #FEE741;
}
</style>