Shades of Gorse #FEDF2D
Tints of Gorse #FEDF2D
RGB
CMYK
RGB Variations
Color information
#FEDF2D (or 0xFEDF2D) is known color: Gorse. HEX triplet: FE, DF and 2D. RGB value is (254,223,45). Sum of RGB (Red+Green+Blue) = 254+223+45=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 45 (17.97% from 255 or 8.62% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF2D is #0120D2. Grayscale: #D4D4D4. Windows color (decimal): -73939 or 3006462. OLE color: 3006462.
HSL color Cylindrical-coordinate representation of color #FEDF2D: hue angle of 51.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEDF2D is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 45 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.00 |
| HSL | 51.1º | 0.99% | 0.59% | - |
| HSV(B) | 51.1º | 0.82% | 1% | - |
| XYZ | 67.73 | 74.04 | 13.2 | - |
| YUV | 211.98 | 33.77 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 45 | 0 | 0.12 | 0.82 | 0.00 | 51.1 | 0.99 | 0.59 |
| Hex | FE | DF | 2D | 0 | C | 52 | 0 | 33 | 63 | 3B |
| Octal | 376 | 337 | 55 | 0 | 14 | 122 | 0 | 63 | 143 | 73 |
| Binary | 11111110 | 11011111 | 101101 | 0 | 1100 | 1010010 | 0 | 110011 | 1100011 | 111011 |
Color Harmonies of #FEDF2D
Complementary color
Monochromatic Colors of #FEDF2D
Black with #FEDF2D
Text Example
Text Example
White with #FEDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF2D; }
p { color: rgb(254,223,45); }
H1.HeaderClassName
{
color: #FEDF2D;
}
.AnyTagClassName
{
color: #FEDF2D;
}
</style>
background-color css
<style>
a { background-color: #FEDF2D; }
a { background-color: rgb(254,223,45); }
div.DivClassName
{
background-color: #FEDF2D;
}
.BgClassName
{
background-color: #FEDF2D;
}
</style>
border-color css
<style>
span { border-color: #FEDF2D; }
span { border-color: rgb(254,223,45); }
td.TdClassName
{
border-color: #FEDF2D;
}
.TagClassName
{
border-color: #FEDF2D;
}
</style>