Shades of Gorse #FFFE2F
Tints of Gorse #FFFE2F
RGB
CMYK
RGB Variations
Color information
#FFFE2F (or 0xFFFE2F) is known color: Gorse. HEX triplet: FF, FE and 2F. RGB value is (255,254,47). Sum of RGB (Red+Green+Blue) = 255+254+47=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 47 (18.75% from 255 or 8.45% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFE2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFE2F is #0001D0. Grayscale: #E7E7E7. Windows color (decimal): -465 or 3145471. OLE color: 3145471.
HSL color Cylindrical-coordinate representation of color #FFFE2F: 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 #FFFE2F is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 47 | - |
| CMYK | 0 | 0.00 | 0.82 | 0 |
| HSL | 59.71º | 1% | 0.59% | - |
| HSV(B) | 59.71º | 0.82% | 1% | - |
| XYZ | 77.19 | 92.35 | 16.45 | - |
| YUV | 230.7 | 24.33 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 47 | 0 | 0.00 | 0.82 | 0 | 59.71 | 1 | 0.59 |
| Hex | FF | FE | 2F | 0 | 0 | 52 | 0 | 3C | 64 | 3B |
| Octal | 377 | 376 | 57 | 0 | 0 | 122 | 0 | 74 | 144 | 73 |
| Binary | 11111111 | 11111110 | 101111 | 0 | 0 | 1010010 | 0 | 111100 | 1100100 | 111011 |
Color Harmonies of #FFFE2F
Complementary color
Monochromatic Colors of #FFFE2F
Black with #FFFE2F
Text Example
Text Example
White with #FFFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFE2F; }
p { color: rgb(255,254,47); }
H1.HeaderClassName
{
color: #FFFE2F;
}
.AnyTagClassName
{
color: #FFFE2F;
}
</style>
background-color css
<style>
a { background-color: #FFFE2F; }
a { background-color: rgb(255,254,47); }
div.DivClassName
{
background-color: #FFFE2F;
}
.BgClassName
{
background-color: #FFFE2F;
}
</style>
border-color css
<style>
span { border-color: #FFFE2F; }
span { border-color: rgb(255,254,47); }
td.TdClassName
{
border-color: #FFFE2F;
}
.TagClassName
{
border-color: #FFFE2F;
}
</style>