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