Shades of Gorse #FEFF32
Tints of Gorse #FEFF32
RGB
CMYK
RGB Variations
Color information
#FEFF32 (or 0xFEFF32) is known color: Gorse. HEX triplet: FE, FF and 32. RGB value is (254,255,50). Sum of RGB (Red+Green+Blue) = 254+255+50=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 50 (19.92% from 255 or 8.94% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF32 is #0100CD. Grayscale: #E8E8E8. Windows color (decimal): -65742 or 3342334. OLE color: 3342334.
HSL color Cylindrical-coordinate representation of color #FEFF32: hue angle of 60.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEFF32 is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 50 | - |
| CMYK | 0.00 | 0 | 0.80 | 0 |
| HSL | 60.29º | 1% | 0.6% | - |
| HSV(B) | 60.29º | 0.8% | 1% | - |
| XYZ | 77.21 | 92.82 | 16.86 | - |
| YUV | 231.33 | 25.67 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 50 | 0.00 | 0 | 0.80 | 0 | 60.29 | 1 | 0.6 |
| Hex | FE | FF | 32 | 0 | 0 | 50 | 0 | 3C | 64 | 3C |
| Octal | 376 | 377 | 62 | 0 | 0 | 120 | 0 | 74 | 144 | 74 |
| Binary | 11111110 | 11111111 | 110010 | 0 | 0 | 1010000 | 0 | 111100 | 1100100 | 111100 |
Color Harmonies of #FEFF32
Complementary color
Monochromatic Colors of #FEFF32
Black with #FEFF32
Text Example
Text Example
White with #FEFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF32; }
p { color: rgb(254,255,50); }
H1.HeaderClassName
{
color: #FEFF32;
}
.AnyTagClassName
{
color: #FEFF32;
}
</style>
background-color css
<style>
a { background-color: #FEFF32; }
a { background-color: rgb(254,255,50); }
div.DivClassName
{
background-color: #FEFF32;
}
.BgClassName
{
background-color: #FEFF32;
}
</style>
border-color css
<style>
span { border-color: #FEFF32; }
span { border-color: rgb(254,255,50); }
td.TdClassName
{
border-color: #FEFF32;
}
.TagClassName
{
border-color: #FEFF32;
}
</style>