Shades of Gorse #FEDB2B
Tints of Gorse #FEDB2B
RGB
CMYK
RGB Variations
Color information
#FEDB2B (or 0xFEDB2B) is known color: Gorse. HEX triplet: FE, DB and 2B. RGB value is (254,219,43). Sum of RGB (Red+Green+Blue) = 254+219+43=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 43 (17.19% from 255 or 8.33% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDB2B is #0124D4. Grayscale: #D2D2D2. Windows color (decimal): -74965 or 2874366. OLE color: 2874366.
HSL color Cylindrical-coordinate representation of color #FEDB2B: hue angle of 50.05º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEDB2B is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 43 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.00 |
| HSL | 50.05º | 0.99% | 0.58% | - |
| HSV(B) | 50.05º | 0.83% | 1% | - |
| XYZ | 66.64 | 71.91 | 12.65 | - |
| YUV | 209.4 | 34.1 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 43 | 0 | 0.14 | 0.83 | 0.00 | 50.05 | 0.99 | 0.58 |
| Hex | FE | DB | 2B | 0 | E | 53 | 0 | 32 | 63 | 3A |
| Octal | 376 | 333 | 53 | 0 | 16 | 123 | 0 | 62 | 143 | 72 |
| Binary | 11111110 | 11011011 | 101011 | 0 | 1110 | 1010011 | 0 | 110010 | 1100011 | 111010 |
Color Harmonies of #FEDB2B
Complementary color
Monochromatic Colors of #FEDB2B
Black with #FEDB2B
Text Example
Text Example
White with #FEDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB2B; }
p { color: rgb(254,219,43); }
H1.HeaderClassName
{
color: #FEDB2B;
}
.AnyTagClassName
{
color: #FEDB2B;
}
</style>
background-color css
<style>
a { background-color: #FEDB2B; }
a { background-color: rgb(254,219,43); }
div.DivClassName
{
background-color: #FEDB2B;
}
.BgClassName
{
background-color: #FEDB2B;
}
</style>
border-color css
<style>
span { border-color: #FEDB2B; }
span { border-color: rgb(254,219,43); }
td.TdClassName
{
border-color: #FEDB2B;
}
.TagClassName
{
border-color: #FEDB2B;
}
</style>