Shades of Gorse #FEDF40
Tints of Gorse #FEDF40
RGB
CMYK
RGB Variations
Color information
#FEDF40 (or 0xFEDF40) is known color: Gorse. HEX triplet: FE, DF and 40. RGB value is (254,223,64). Sum of RGB (Red+Green+Blue) = 254+223+64=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 64 (25.39% from 255 or 11.83% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF40 is #0120BF. Grayscale: #D6D6D6. Windows color (decimal): -73920 or 4251646. OLE color: 4251646.
HSL color Cylindrical-coordinate representation of color #FEDF40: hue angle of 50.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEDF40 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 64 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.00 |
| HSL | 50.21º | 0.99% | 0.62% | - |
| HSV(B) | 50.21º | 0.75% | 1% | - |
| XYZ | 68.19 | 74.22 | 15.58 | - |
| YUV | 214.14 | 43.27 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 64 | 0 | 0.12 | 0.75 | 0.00 | 50.21 | 0.99 | 0.62 |
| Hex | FE | DF | 40 | 0 | C | 4B | 0 | 32 | 63 | 3E |
| Octal | 376 | 337 | 100 | 0 | 14 | 113 | 0 | 62 | 143 | 76 |
| Binary | 11111110 | 11011111 | 1000000 | 0 | 1100 | 1001011 | 0 | 110010 | 1100011 | 111110 |
Color Harmonies of #FEDF40
Complementary color
Monochromatic Colors of #FEDF40
Black with #FEDF40
Text Example
Text Example
White with #FEDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF40; }
p { color: rgb(254,223,64); }
H1.HeaderClassName
{
color: #FEDF40;
}
.AnyTagClassName
{
color: #FEDF40;
}
</style>
background-color css
<style>
a { background-color: #FEDF40; }
a { background-color: rgb(254,223,64); }
div.DivClassName
{
background-color: #FEDF40;
}
.BgClassName
{
background-color: #FEDF40;
}
</style>
border-color css
<style>
span { border-color: #FEDF40; }
span { border-color: rgb(254,223,64); }
td.TdClassName
{
border-color: #FEDF40;
}
.TagClassName
{
border-color: #FEDF40;
}
</style>