Shades of Gorse #FEFF34
Tints of Gorse #FEFF34
RGB
CMYK
RGB Variations
Color information
#FEFF34 (or 0xFEFF34) is known color: Gorse. HEX triplet: FE, FF and 34. RGB value is (254,255,52). Sum of RGB (Red+Green+Blue) = 254+255+52=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 52 (20.70% from 255 or 9.27% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF34 is #0100CB. Grayscale: #E8E8E8. Windows color (decimal): -65740 or 3473406. OLE color: 3473406.
HSL color Cylindrical-coordinate representation of color #FEFF34: hue angle of 60.3º 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 #FEFF34 is Cyan = 0.00, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 52 | - |
| CMYK | 0.00 | 0 | 0.80 | 0 |
| HSL | 60.3º | 1% | 0.6% | - |
| HSV(B) | 60.3º | 0.8% | 1% | - |
| XYZ | 77.25 | 92.84 | 17.1 | - |
| YUV | 231.56 | 26.67 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 52 | 0.00 | 0 | 0.80 | 0 | 60.3 | 1 | 0.6 |
| Hex | FE | FF | 34 | 0 | 0 | 50 | 0 | 3C | 64 | 3C |
| Octal | 376 | 377 | 64 | 0 | 0 | 120 | 0 | 74 | 144 | 74 |
| Binary | 11111110 | 11111111 | 110100 | 0 | 0 | 1010000 | 0 | 111100 | 1100100 | 111100 |
Color Harmonies of #FEFF34
Complementary color
Monochromatic Colors of #FEFF34
Black with #FEFF34
Text Example
Text Example
White with #FEFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF34; }
p { color: rgb(254,255,52); }
H1.HeaderClassName
{
color: #FEFF34;
}
.AnyTagClassName
{
color: #FEFF34;
}
</style>
background-color css
<style>
a { background-color: #FEFF34; }
a { background-color: rgb(254,255,52); }
div.DivClassName
{
background-color: #FEFF34;
}
.BgClassName
{
background-color: #FEFF34;
}
</style>
border-color css
<style>
span { border-color: #FEFF34; }
span { border-color: rgb(254,255,52); }
td.TdClassName
{
border-color: #FEFF34;
}
.TagClassName
{
border-color: #FEFF34;
}
</style>