Shades of Gorse #FEFF33
Tints of Gorse #FEFF33
RGB
CMYK
RGB Variations
Color information
#FEFF33 (or 0xFEFF33) is known color: Gorse. HEX triplet: FE, FF and 33. RGB value is (254,255,51). Sum of RGB (Red+Green+Blue) = 254+255+51=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 51 (20.31% from 255 or 9.11% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF33 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF33 is #0100CC. Grayscale: #E8E8E8. Windows color (decimal): -65741 or 3407870. OLE color: 3407870.
HSL color Cylindrical-coordinate representation of color #FEFF33: 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 #FEFF33 is Cyan = 0.00, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 51 | - |
| CMYK | 0.00 | 0 | 0.8 | 0 |
| HSL | 60.29º | 1% | 0.6% | - |
| HSV(B) | 60.29º | 0.8% | 1% | - |
| XYZ | 77.23 | 92.83 | 16.98 | - |
| YUV | 231.45 | 26.17 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 51 | 0.00 | 0 | 0.8 | 0 | 60.29 | 1 | 0.6 |
| Hex | FE | FF | 33 | 0 | 0 | 50 | 0 | 3C | 64 | 3C |
| Octal | 376 | 377 | 63 | 0 | 0 | 120 | 0 | 74 | 144 | 74 |
| Binary | 11111110 | 11111111 | 110011 | 0 | 0 | 1010000 | 0 | 111100 | 1100100 | 111100 |
Color Harmonies of #FEFF33
Complementary color
Monochromatic Colors of #FEFF33
Black with #FEFF33
Text Example
Text Example
White with #FEFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF33; }
p { color: rgb(254,255,51); }
H1.HeaderClassName
{
color: #FEFF33;
}
.AnyTagClassName
{
color: #FEFF33;
}
</style>
background-color css
<style>
a { background-color: #FEFF33; }
a { background-color: rgb(254,255,51); }
div.DivClassName
{
background-color: #FEFF33;
}
.BgClassName
{
background-color: #FEFF33;
}
</style>
border-color css
<style>
span { border-color: #FEFF33; }
span { border-color: rgb(254,255,51); }
td.TdClassName
{
border-color: #FEFF33;
}
.TagClassName
{
border-color: #FEFF33;
}
</style>