Shades of Gorse #FEDF2B
Tints of Gorse #FEDF2B
RGB
CMYK
RGB Variations
Color information
#FEDF2B (or 0xFEDF2B) is known color: Gorse. HEX triplet: FE, DF and 2B. RGB value is (254,223,43). Sum of RGB (Red+Green+Blue) = 254+223+43=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 43 (17.19% from 255 or 8.27% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF2B is #0120D4. Grayscale: #D4D4D4. Windows color (decimal): -73941 or 2875390. OLE color: 2875390.
HSL color Cylindrical-coordinate representation of color #FEDF2B: hue angle of 51.18º 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 #FEDF2B is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 43 | - |
| CMYK | 0 | 0.12 | 0.83 | 0.00 |
| HSL | 51.18º | 0.99% | 0.58% | - |
| HSV(B) | 51.18º | 0.83% | 1% | - |
| XYZ | 67.7 | 74.02 | 13 | - |
| YUV | 211.75 | 32.77 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 43 | 0 | 0.12 | 0.83 | 0.00 | 51.18 | 0.99 | 0.58 |
| Hex | FE | DF | 2B | 0 | C | 53 | 0 | 33 | 63 | 3A |
| Octal | 376 | 337 | 53 | 0 | 14 | 123 | 0 | 63 | 143 | 72 |
| Binary | 11111110 | 11011111 | 101011 | 0 | 1100 | 1010011 | 0 | 110011 | 1100011 | 111010 |
Color Harmonies of #FEDF2B
Complementary color
Monochromatic Colors of #FEDF2B
Black with #FEDF2B
Text Example
Text Example
White with #FEDF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF2B; }
p { color: rgb(254,223,43); }
H1.HeaderClassName
{
color: #FEDF2B;
}
.AnyTagClassName
{
color: #FEDF2B;
}
</style>
background-color css
<style>
a { background-color: #FEDF2B; }
a { background-color: rgb(254,223,43); }
div.DivClassName
{
background-color: #FEDF2B;
}
.BgClassName
{
background-color: #FEDF2B;
}
</style>
border-color css
<style>
span { border-color: #FEDF2B; }
span { border-color: rgb(254,223,43); }
td.TdClassName
{
border-color: #FEDF2B;
}
.TagClassName
{
border-color: #FEDF2B;
}
</style>