Shades of Gorse #FFFE30
Tints of Gorse #FFFE30
RGB
CMYK
RGB Variations
Color information
#FFFE30 (or 0xFFFE30) is known color: Gorse. HEX triplet: FF, FE and 30. RGB value is (255,254,48). Sum of RGB (Red+Green+Blue) = 255+254+48=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 48 (19.14% from 255 or 8.62% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE30 is #0001CF. Grayscale: #E7E7E7. Windows color (decimal): -464 or 3211007. OLE color: 3211007.
HSL color Cylindrical-coordinate representation of color #FFFE30: hue angle of 59.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFFE30 is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 48 | - |
| CMYK | 0 | 0.00 | 0.81 | 0 |
| HSL | 59.71º | 1% | 0.59% | - |
| HSV(B) | 59.71º | 0.81% | 1% | - |
| XYZ | 77.22 | 92.36 | 16.55 | - |
| YUV | 230.82 | 24.83 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 48 | 0 | 0.00 | 0.81 | 0 | 59.71 | 1 | 0.59 |
| Hex | FF | FE | 30 | 0 | 0 | 51 | 0 | 3C | 64 | 3B |
| Octal | 377 | 376 | 60 | 0 | 0 | 121 | 0 | 74 | 144 | 73 |
| Binary | 11111111 | 11111110 | 110000 | 0 | 0 | 1010001 | 0 | 111100 | 1100100 | 111011 |
Color Harmonies of #FFFE30
Complementary color
Monochromatic Colors of #FFFE30
Black with #FFFE30
Text Example
Text Example
White with #FFFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE30; }
p { color: rgb(255,254,48); }
H1.HeaderClassName
{
color: #FFFE30;
}
.AnyTagClassName
{
color: #FFFE30;
}
</style>
background-color css
<style>
a { background-color: #FFFE30; }
a { background-color: rgb(255,254,48); }
div.DivClassName
{
background-color: #FFFE30;
}
.BgClassName
{
background-color: #FFFE30;
}
</style>
border-color css
<style>
span { border-color: #FFFE30; }
span { border-color: rgb(255,254,48); }
td.TdClassName
{
border-color: #FFFE30;
}
.TagClassName
{
border-color: #FFFE30;
}
</style>