Shades of Gorse #FEDF45
Tints of Gorse #FEDF45
RGB
CMYK
RGB Variations
Color information
#FEDF45 (or 0xFEDF45) is known color: Gorse. HEX triplet: FE, DF and 45. RGB value is (254,223,69). Sum of RGB (Red+Green+Blue) = 254+223+69=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 69 (27.34% from 255 or 12.64% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF45 is #0120BA. Grayscale: #D7D7D7. Windows color (decimal): -73915 or 4579326. OLE color: 4579326.
HSL color Cylindrical-coordinate representation of color #FEDF45: hue angle of 49.95º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEDF45 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 69 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.00 |
| HSL | 49.95º | 0.99% | 0.63% | - |
| HSV(B) | 49.95º | 0.73% | 1% | - |
| XYZ | 68.33 | 74.28 | 16.37 | - |
| YUV | 214.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 69 | 0 | 0.12 | 0.73 | 0.00 | 49.95 | 0.99 | 0.63 |
| Hex | FE | DF | 45 | 0 | C | 49 | 0 | 32 | 63 | 3F |
| Octal | 376 | 337 | 105 | 0 | 14 | 111 | 0 | 62 | 143 | 77 |
| Binary | 11111110 | 11011111 | 1000101 | 0 | 1100 | 1001001 | 0 | 110010 | 1100011 | 111111 |
Color Harmonies of #FEDF45
Complementary color
Monochromatic Colors of #FEDF45
Black with #FEDF45
Text Example
Text Example
White with #FEDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF45; }
p { color: rgb(254,223,69); }
H1.HeaderClassName
{
color: #FEDF45;
}
.AnyTagClassName
{
color: #FEDF45;
}
</style>
background-color css
<style>
a { background-color: #FEDF45; }
a { background-color: rgb(254,223,69); }
div.DivClassName
{
background-color: #FEDF45;
}
.BgClassName
{
background-color: #FEDF45;
}
</style>
border-color css
<style>
span { border-color: #FEDF45; }
span { border-color: rgb(254,223,69); }
td.TdClassName
{
border-color: #FEDF45;
}
.TagClassName
{
border-color: #FEDF45;
}
</style>