Shades of Gorse #FFFE2D
Tints of Gorse #FFFE2D
RGB
CMYK
RGB Variations
Color information
#FFFE2D (or 0xFFFE2D) is known color: Gorse. HEX triplet: FF, FE and 2D. RGB value is (255,254,45). Sum of RGB (Red+Green+Blue) = 255+254+45=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 45 (17.97% from 255 or 8.12% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE2D is #0001D2. Grayscale: #E7E7E7. Windows color (decimal): -467 or 3014399. OLE color: 3014399.
HSL color Cylindrical-coordinate representation of color #FFFE2D: hue angle of 59.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFFE2D is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 45 | - |
| CMYK | 0 | 0.00 | 0.82 | 0 |
| HSL | 59.71º | 1% | 0.59% | - |
| HSV(B) | 59.71º | 0.82% | 1% | - |
| XYZ | 77.16 | 92.33 | 16.24 | - |
| YUV | 230.47 | 23.33 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 45 | 0 | 0.00 | 0.82 | 0 | 59.71 | 1 | 0.59 |
| Hex | FF | FE | 2D | 0 | 0 | 52 | 0 | 3C | 64 | 3B |
| Octal | 377 | 376 | 55 | 0 | 0 | 122 | 0 | 74 | 144 | 73 |
| Binary | 11111111 | 11111110 | 101101 | 0 | 0 | 1010010 | 0 | 111100 | 1100100 | 111011 |
Color Harmonies of #FFFE2D
Complementary color
Monochromatic Colors of #FFFE2D
Black with #FFFE2D
Text Example
Text Example
White with #FFFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE2D; }
p { color: rgb(255,254,45); }
H1.HeaderClassName
{
color: #FFFE2D;
}
.AnyTagClassName
{
color: #FFFE2D;
}
</style>
background-color css
<style>
a { background-color: #FFFE2D; }
a { background-color: rgb(255,254,45); }
div.DivClassName
{
background-color: #FFFE2D;
}
.BgClassName
{
background-color: #FFFE2D;
}
</style>
border-color css
<style>
span { border-color: #FFFE2D; }
span { border-color: rgb(255,254,45); }
td.TdClassName
{
border-color: #FFFE2D;
}
.TagClassName
{
border-color: #FFFE2D;
}
</style>