Shades of Gorse #FEDF22
Tints of Gorse #FEDF22
RGB
CMYK
RGB Variations
Color information
#FEDF22 (or 0xFEDF22) is known color: Gorse. HEX triplet: FE, DF and 22. RGB value is (254,223,34). Sum of RGB (Red+Green+Blue) = 254+223+34=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 34 (13.67% from 255 or 6.65% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF22 is #0120DD. Grayscale: #D3D3D3. Windows color (decimal): -73950 or 2285566. OLE color: 2285566.
HSL color Cylindrical-coordinate representation of color #FEDF22: hue angle of 51.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEDF22 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 34 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.00 |
| HSL | 51.55º | 0.99% | 0.56% | - |
| HSV(B) | 51.55º | 0.87% | 1% | - |
| XYZ | 67.55 | 73.96 | 12.23 | - |
| YUV | 210.72 | 28.27 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 34 | 0 | 0.12 | 0.87 | 0.00 | 51.55 | 0.99 | 0.56 |
| Hex | FE | DF | 22 | 0 | C | 57 | 0 | 34 | 63 | 38 |
| Octal | 376 | 337 | 42 | 0 | 14 | 127 | 0 | 64 | 143 | 70 |
| Binary | 11111110 | 11011111 | 100010 | 0 | 1100 | 1010111 | 0 | 110100 | 1100011 | 111000 |
Color Harmonies of #FEDF22
Complementary color
Monochromatic Colors of #FEDF22
Black with #FEDF22
Text Example
Text Example
White with #FEDF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF22; }
p { color: rgb(254,223,34); }
H1.HeaderClassName
{
color: #FEDF22;
}
.AnyTagClassName
{
color: #FEDF22;
}
</style>
background-color css
<style>
a { background-color: #FEDF22; }
a { background-color: rgb(254,223,34); }
div.DivClassName
{
background-color: #FEDF22;
}
.BgClassName
{
background-color: #FEDF22;
}
</style>
border-color css
<style>
span { border-color: #FEDF22; }
span { border-color: rgb(254,223,34); }
td.TdClassName
{
border-color: #FEDF22;
}
.TagClassName
{
border-color: #FEDF22;
}
</style>