Shades of Gorse #FFFE32
Tints of Gorse #FFFE32
RGB
CMYK
RGB Variations
Color information
#FFFE32 (or 0xFFFE32) is known color: Gorse. HEX triplet: FF, FE and 32. RGB value is (255,254,50). Sum of RGB (Red+Green+Blue) = 255+254+50=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 50 (19.92% from 255 or 8.94% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE32 is #0001CD. Grayscale: #E7E7E7. Windows color (decimal): -462 or 3342079. OLE color: 3342079.
HSL color Cylindrical-coordinate representation of color #FFFE32: hue angle of 59.71º 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 #FFFE32 is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 50 | - |
| CMYK | 0 | 0.00 | 0.80 | 0 |
| HSL | 59.71º | 1% | 0.6% | - |
| HSV(B) | 59.71º | 0.8% | 1% | - |
| XYZ | 77.26 | 92.37 | 16.78 | - |
| YUV | 231.04 | 25.83 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 50 | 0 | 0.00 | 0.80 | 0 | 59.71 | 1 | 0.6 |
| Hex | FF | FE | 32 | 0 | 0 | 50 | 0 | 3C | 64 | 3C |
| Octal | 377 | 376 | 62 | 0 | 0 | 120 | 0 | 74 | 144 | 74 |
| Binary | 11111111 | 11111110 | 110010 | 0 | 0 | 1010000 | 0 | 111100 | 1100100 | 111100 |
Color Harmonies of #FFFE32
Complementary color
Monochromatic Colors of #FFFE32
Black with #FFFE32
Text Example
Text Example
White with #FFFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE32; }
p { color: rgb(255,254,50); }
H1.HeaderClassName
{
color: #FFFE32;
}
.AnyTagClassName
{
color: #FFFE32;
}
</style>
background-color css
<style>
a { background-color: #FFFE32; }
a { background-color: rgb(255,254,50); }
div.DivClassName
{
background-color: #FFFE32;
}
.BgClassName
{
background-color: #FFFE32;
}
</style>
border-color css
<style>
span { border-color: #FFFE32; }
span { border-color: rgb(255,254,50); }
td.TdClassName
{
border-color: #FFFE32;
}
.TagClassName
{
border-color: #FFFE32;
}
</style>