Shades of Gorse #FEFE34
Tints of Gorse #FEFE34
RGB
CMYK
RGB Variations
Color information
#FEFE34 (or 0xFEFE34) is known color: Gorse. HEX triplet: FE, FE and 34. RGB value is (254,254,52). Sum of RGB (Red+Green+Blue) = 254+254+52=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 52 (20.70% from 255 or 9.29% from 560); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE34 is #0101CB. Grayscale: #E7E7E7. Windows color (decimal): -65996 or 3473150. OLE color: 3473150.
HSL color Cylindrical-coordinate representation of color #FEFE34: hue angle of 60º 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 #FEFE34 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 52 | - |
| CMYK | 0 | 0 | 0.80 | 0.00 |
| HSL | 60º | 0.99% | 0.6% | - |
| HSV(B) | 60º | 0.8% | 1% | - |
| XYZ | 76.93 | 92.2 | 16.99 | - |
| YUV | 230.97 | 27 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 52 | 0 | 0 | 0.80 | 0.00 | 60 | 0.99 | 0.6 |
| Hex | FE | FE | 34 | 0 | 0 | 50 | 0 | 3C | 63 | 3C |
| Octal | 376 | 376 | 64 | 0 | 0 | 120 | 0 | 74 | 143 | 74 |
| Binary | 11111110 | 11111110 | 110100 | 0 | 0 | 1010000 | 0 | 111100 | 1100011 | 111100 |
Color Harmonies of #FEFE34
Complementary color
Monochromatic Colors of #FEFE34
Black with #FEFE34
Text Example
Text Example
White with #FEFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE34; }
p { color: rgb(254,254,52); }
H1.HeaderClassName
{
color: #FEFE34;
}
.AnyTagClassName
{
color: #FEFE34;
}
</style>
background-color css
<style>
a { background-color: #FEFE34; }
a { background-color: rgb(254,254,52); }
div.DivClassName
{
background-color: #FEFE34;
}
.BgClassName
{
background-color: #FEFE34;
}
</style>
border-color css
<style>
span { border-color: #FEFE34; }
span { border-color: rgb(254,254,52); }
td.TdClassName
{
border-color: #FEFE34;
}
.TagClassName
{
border-color: #FEFE34;
}
</style>