Shades of Gorse #FEDD44
Tints of Gorse #FEDD44
RGB
CMYK
RGB Variations
Color information
#FEDD44 (or 0xFEDD44) is known color: Gorse. HEX triplet: FE, DD and 44. RGB value is (254,221,68). Sum of RGB (Red+Green+Blue) = 254+221+68=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 68 (26.95% from 255 or 12.52% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD44 is #0122BB. Grayscale: #D6D6D6. Windows color (decimal): -74428 or 4513278. OLE color: 4513278.
HSL color Cylindrical-coordinate representation of color #FEDD44: hue angle of 49.35º 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 #FEDD44 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 68 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.00 |
| HSL | 49.35º | 0.99% | 0.63% | - |
| HSV(B) | 49.35º | 0.73% | 1% | - |
| XYZ | 67.77 | 73.2 | 16.03 | - |
| YUV | 213.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 68 | 0 | 0.13 | 0.73 | 0.00 | 49.35 | 0.99 | 0.63 |
| Hex | FE | DD | 44 | 0 | D | 49 | 0 | 31 | 63 | 3F |
| Octal | 376 | 335 | 104 | 0 | 15 | 111 | 0 | 61 | 143 | 77 |
| Binary | 11111110 | 11011101 | 1000100 | 0 | 1101 | 1001001 | 0 | 110001 | 1100011 | 111111 |
Color Harmonies of #FEDD44
Complementary color
Monochromatic Colors of #FEDD44
Black with #FEDD44
Text Example
Text Example
White with #FEDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD44; }
p { color: rgb(254,221,68); }
H1.HeaderClassName
{
color: #FEDD44;
}
.AnyTagClassName
{
color: #FEDD44;
}
</style>
background-color css
<style>
a { background-color: #FEDD44; }
a { background-color: rgb(254,221,68); }
div.DivClassName
{
background-color: #FEDD44;
}
.BgClassName
{
background-color: #FEDD44;
}
</style>
border-color css
<style>
span { border-color: #FEDD44; }
span { border-color: rgb(254,221,68); }
td.TdClassName
{
border-color: #FEDD44;
}
.TagClassName
{
border-color: #FEDD44;
}
</style>