Shades of Gorse #FED741
Tints of Gorse #FED741
RGB
CMYK
RGB Variations
Color information
#FED741 (or 0xFED741) is known color: Gorse. HEX triplet: FE, D7 and 41. RGB value is (254,215,65). Sum of RGB (Red+Green+Blue) = 254+215+65=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 65 (25.78% from 255 or 12.17% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FED741 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED741 is #0128BE. Grayscale: #D2D2D2. Windows color (decimal): -75967 or 4315134. OLE color: 4315134.
HSL color Cylindrical-coordinate representation of color #FED741: hue angle of 47.62º 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 #FED741 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 215 | 65 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.00 |
| HSL | 47.62º | 0.99% | 0.63% | - |
| HSV(B) | 47.62º | 0.74% | 1% | - |
| XYZ | 66.13 | 70.05 | 15.04 | - |
| YUV | 209.56 | 46.42 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 215 | 65 | 0 | 0.15 | 0.74 | 0.00 | 47.62 | 0.99 | 0.63 |
| Hex | FE | D7 | 41 | 0 | F | 4A | 0 | 30 | 63 | 3F |
| Octal | 376 | 327 | 101 | 0 | 17 | 112 | 0 | 60 | 143 | 77 |
| Binary | 11111110 | 11010111 | 1000001 | 0 | 1111 | 1001010 | 0 | 110000 | 1100011 | 111111 |
Color Harmonies of #FED741
Complementary color
Monochromatic Colors of #FED741
Black with #FED741
Text Example
Text Example
White with #FED741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED741; }
p { color: rgb(254,215,65); }
H1.HeaderClassName
{
color: #FED741;
}
.AnyTagClassName
{
color: #FED741;
}
</style>
background-color css
<style>
a { background-color: #FED741; }
a { background-color: rgb(254,215,65); }
div.DivClassName
{
background-color: #FED741;
}
.BgClassName
{
background-color: #FED741;
}
</style>
border-color css
<style>
span { border-color: #FED741; }
span { border-color: rgb(254,215,65); }
td.TdClassName
{
border-color: #FED741;
}
.TagClassName
{
border-color: #FED741;
}
</style>