Shades of Gorse #FEFD32
Tints of Gorse #FEFD32
RGB
CMYK
RGB Variations
Color information
#FEFD32 (or 0xFEFD32) is known color: Gorse. HEX triplet: FE, FD and 32. RGB value is (254,253,50). Sum of RGB (Red+Green+Blue) = 254+253+50=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 50 (19.92% from 255 or 8.98% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD32 is #0102CD. Grayscale: #E6E6E6. Windows color (decimal): -66254 or 3341822. OLE color: 3341822.
HSL color Cylindrical-coordinate representation of color #FEFD32: hue angle of 59.71º 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 #FEFD32 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 50 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.00 |
| HSL | 59.71º | 0.99% | 0.6% | - |
| HSV(B) | 59.71º | 0.8% | 1% | - |
| XYZ | 76.57 | 91.55 | 16.65 | - |
| YUV | 230.16 | 26.33 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 50 | 0 | 0.00 | 0.80 | 0.00 | 59.71 | 0.99 | 0.6 |
| Hex | FE | FD | 32 | 0 | 0 | 50 | 0 | 3C | 63 | 3C |
| Octal | 376 | 375 | 62 | 0 | 0 | 120 | 0 | 74 | 143 | 74 |
| Binary | 11111110 | 11111101 | 110010 | 0 | 0 | 1010000 | 0 | 111100 | 1100011 | 111100 |
Color Harmonies of #FEFD32
Complementary color
Monochromatic Colors of #FEFD32
Black with #FEFD32
Text Example
Text Example
White with #FEFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD32; }
p { color: rgb(254,253,50); }
H1.HeaderClassName
{
color: #FEFD32;
}
.AnyTagClassName
{
color: #FEFD32;
}
</style>
background-color css
<style>
a { background-color: #FEFD32; }
a { background-color: rgb(254,253,50); }
div.DivClassName
{
background-color: #FEFD32;
}
.BgClassName
{
background-color: #FEFD32;
}
</style>
border-color css
<style>
span { border-color: #FEFD32; }
span { border-color: rgb(254,253,50); }
td.TdClassName
{
border-color: #FEFD32;
}
.TagClassName
{
border-color: #FEFD32;
}
</style>