Shades of Gorse #FEDF23
Tints of Gorse #FEDF23
RGB
CMYK
RGB Variations
Color information
#FEDF23 (or 0xFEDF23) is known color: Gorse. HEX triplet: FE, DF and 23. RGB value is (254,223,35). Sum of RGB (Red+Green+Blue) = 254+223+35=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 35 (14.06% from 255 or 6.84% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF23 is #0120DC. Grayscale: #D3D3D3. Windows color (decimal): -73949 or 2351102. OLE color: 2351102.
HSL color Cylindrical-coordinate representation of color #FEDF23: hue angle of 51.51º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEDF23 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 35 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.00 |
| HSL | 51.51º | 0.99% | 0.57% | - |
| HSV(B) | 51.51º | 0.86% | 1% | - |
| XYZ | 67.56 | 73.97 | 12.31 | - |
| YUV | 210.84 | 28.77 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 35 | 0 | 0.12 | 0.86 | 0.00 | 51.51 | 0.99 | 0.57 |
| Hex | FE | DF | 23 | 0 | C | 56 | 0 | 34 | 63 | 39 |
| Octal | 376 | 337 | 43 | 0 | 14 | 126 | 0 | 64 | 143 | 71 |
| Binary | 11111110 | 11011111 | 100011 | 0 | 1100 | 1010110 | 0 | 110100 | 1100011 | 111001 |
Color Harmonies of #FEDF23
Complementary color
Monochromatic Colors of #FEDF23
Black with #FEDF23
Text Example
Text Example
White with #FEDF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF23; }
p { color: rgb(254,223,35); }
H1.HeaderClassName
{
color: #FEDF23;
}
.AnyTagClassName
{
color: #FEDF23;
}
</style>
background-color css
<style>
a { background-color: #FEDF23; }
a { background-color: rgb(254,223,35); }
div.DivClassName
{
background-color: #FEDF23;
}
.BgClassName
{
background-color: #FEDF23;
}
</style>
border-color css
<style>
span { border-color: #FEDF23; }
span { border-color: rgb(254,223,35); }
td.TdClassName
{
border-color: #FEDF23;
}
.TagClassName
{
border-color: #FEDF23;
}
</style>