Shades of Gorse #FEDE44
Tints of Gorse #FEDE44
RGB
CMYK
RGB Variations
Color information
#FEDE44 (or 0xFEDE44) is known color: Gorse. HEX triplet: FE, DE and 44. RGB value is (254,222,68). Sum of RGB (Red+Green+Blue) = 254+222+68=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 68 (26.95% from 255 or 12.5% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDE44 is #0121BB. Grayscale: #D6D6D6. Windows color (decimal): -74172 or 4513534. OLE color: 4513534.
HSL color Cylindrical-coordinate representation of color #FEDE44: hue angle of 49.68º 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 #FEDE44 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 68 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.00 |
| HSL | 49.68º | 0.99% | 0.63% | - |
| HSV(B) | 49.68º | 0.73% | 1% | - |
| XYZ | 68.04 | 73.73 | 16.11 | - |
| YUV | 214.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 68 | 0 | 0.13 | 0.73 | 0.00 | 49.68 | 0.99 | 0.63 |
| Hex | FE | DE | 44 | 0 | D | 49 | 0 | 32 | 63 | 3F |
| Octal | 376 | 336 | 104 | 0 | 15 | 111 | 0 | 62 | 143 | 77 |
| Binary | 11111110 | 11011110 | 1000100 | 0 | 1101 | 1001001 | 0 | 110010 | 1100011 | 111111 |
Color Harmonies of #FEDE44
Complementary color
Monochromatic Colors of #FEDE44
Black with #FEDE44
Text Example
Text Example
White with #FEDE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE44; }
p { color: rgb(254,222,68); }
H1.HeaderClassName
{
color: #FEDE44;
}
.AnyTagClassName
{
color: #FEDE44;
}
</style>
background-color css
<style>
a { background-color: #FEDE44; }
a { background-color: rgb(254,222,68); }
div.DivClassName
{
background-color: #FEDE44;
}
.BgClassName
{
background-color: #FEDE44;
}
</style>
border-color css
<style>
span { border-color: #FEDE44; }
span { border-color: rgb(254,222,68); }
td.TdClassName
{
border-color: #FEDE44;
}
.TagClassName
{
border-color: #FEDE44;
}
</style>