Shades of Gorse #FEDF33
Tints of Gorse #FEDF33
RGB
CMYK
RGB Variations
Color information
#FEDF33 (or 0xFEDF33) is known color: Gorse. HEX triplet: FE, DF and 33. RGB value is (254,223,51). Sum of RGB (Red+Green+Blue) = 254+223+51=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 51 (20.31% from 255 or 9.66% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF33 is #0120CC. Grayscale: #D5D5D5. Windows color (decimal): -73933 or 3399678. OLE color: 3399678.
HSL color Cylindrical-coordinate representation of color #FEDF33: hue angle of 50.84º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEDF33 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 51 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.00 |
| HSL | 50.84º | 0.99% | 0.6% | - |
| HSV(B) | 50.84º | 0.8% | 1% | - |
| XYZ | 67.86 | 74.09 | 13.86 | - |
| YUV | 212.66 | 36.77 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 51 | 0 | 0.12 | 0.80 | 0.00 | 50.84 | 0.99 | 0.6 |
| Hex | FE | DF | 33 | 0 | C | 50 | 0 | 33 | 63 | 3C |
| Octal | 376 | 337 | 63 | 0 | 14 | 120 | 0 | 63 | 143 | 74 |
| Binary | 11111110 | 11011111 | 110011 | 0 | 1100 | 1010000 | 0 | 110011 | 1100011 | 111100 |
Color Harmonies of #FEDF33
Complementary color
Monochromatic Colors of #FEDF33
Black with #FEDF33
Text Example
Text Example
White with #FEDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF33; }
p { color: rgb(254,223,51); }
H1.HeaderClassName
{
color: #FEDF33;
}
.AnyTagClassName
{
color: #FEDF33;
}
</style>
background-color css
<style>
a { background-color: #FEDF33; }
a { background-color: rgb(254,223,51); }
div.DivClassName
{
background-color: #FEDF33;
}
.BgClassName
{
background-color: #FEDF33;
}
</style>
border-color css
<style>
span { border-color: #FEDF33; }
span { border-color: rgb(254,223,51); }
td.TdClassName
{
border-color: #FEDF33;
}
.TagClassName
{
border-color: #FEDF33;
}
</style>