Shades of Gorse #FEDB42
Tints of Gorse #FEDB42
RGB
CMYK
RGB Variations
Color information
#FEDB42 (or 0xFEDB42) is known color: Gorse. HEX triplet: FE, DB and 42. RGB value is (254,219,66). Sum of RGB (Red+Green+Blue) = 254+219+66=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 66 (26.17% from 255 or 12.24% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB42 is #0124BD. Grayscale: #D4D4D4. Windows color (decimal): -74942 or 4381694. OLE color: 4381694.
HSL color Cylindrical-coordinate representation of color #FEDB42: hue angle of 48.83º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEDB42 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 66 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.00 |
| HSL | 48.83º | 0.99% | 0.63% | - |
| HSV(B) | 48.83º | 0.74% | 1% | - |
| XYZ | 67.19 | 72.13 | 15.54 | - |
| YUV | 212.02 | 45.6 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 66 | 0 | 0.14 | 0.74 | 0.00 | 48.83 | 0.99 | 0.63 |
| Hex | FE | DB | 42 | 0 | E | 4A | 0 | 31 | 63 | 3F |
| Octal | 376 | 333 | 102 | 0 | 16 | 112 | 0 | 61 | 143 | 77 |
| Binary | 11111110 | 11011011 | 1000010 | 0 | 1110 | 1001010 | 0 | 110001 | 1100011 | 111111 |
Color Harmonies of #FEDB42
Complementary color
Monochromatic Colors of #FEDB42
Black with #FEDB42
Text Example
Text Example
White with #FEDB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB42; }
p { color: rgb(254,219,66); }
H1.HeaderClassName
{
color: #FEDB42;
}
.AnyTagClassName
{
color: #FEDB42;
}
</style>
background-color css
<style>
a { background-color: #FEDB42; }
a { background-color: rgb(254,219,66); }
div.DivClassName
{
background-color: #FEDB42;
}
.BgClassName
{
background-color: #FEDB42;
}
</style>
border-color css
<style>
span { border-color: #FEDB42; }
span { border-color: rgb(254,219,66); }
td.TdClassName
{
border-color: #FEDB42;
}
.TagClassName
{
border-color: #FEDB42;
}
</style>