Shades of Gorse #FEDF37
Tints of Gorse #FEDF37
RGB
CMYK
RGB Variations
Color information
#FEDF37 (or 0xFEDF37) is known color: Gorse. HEX triplet: FE, DF and 37. RGB value is (254,223,55). Sum of RGB (Red+Green+Blue) = 254+223+55=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 55 (21.88% from 255 or 10.34% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF37 is #0120C8. Grayscale: #D5D5D5. Windows color (decimal): -73929 or 3661822. OLE color: 3661822.
HSL color Cylindrical-coordinate representation of color #FEDF37: hue angle of 50.65º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEDF37 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 55 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.00 |
| HSL | 50.65º | 0.99% | 0.61% | - |
| HSV(B) | 50.65º | 0.78% | 1% | - |
| XYZ | 67.95 | 74.12 | 14.34 | - |
| YUV | 213.12 | 38.77 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 55 | 0 | 0.12 | 0.78 | 0.00 | 50.65 | 0.99 | 0.61 |
| Hex | FE | DF | 37 | 0 | C | 4E | 0 | 33 | 63 | 3D |
| Octal | 376 | 337 | 67 | 0 | 14 | 116 | 0 | 63 | 143 | 75 |
| Binary | 11111110 | 11011111 | 110111 | 0 | 1100 | 1001110 | 0 | 110011 | 1100011 | 111101 |
Color Harmonies of #FEDF37
Complementary color
Monochromatic Colors of #FEDF37
Black with #FEDF37
Text Example
Text Example
White with #FEDF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF37; }
p { color: rgb(254,223,55); }
H1.HeaderClassName
{
color: #FEDF37;
}
.AnyTagClassName
{
color: #FEDF37;
}
</style>
background-color css
<style>
a { background-color: #FEDF37; }
a { background-color: rgb(254,223,55); }
div.DivClassName
{
background-color: #FEDF37;
}
.BgClassName
{
background-color: #FEDF37;
}
</style>
border-color css
<style>
span { border-color: #FEDF37; }
span { border-color: rgb(254,223,55); }
td.TdClassName
{
border-color: #FEDF37;
}
.TagClassName
{
border-color: #FEDF37;
}
</style>