Shades of Gorse #FEFF3A
Tints of Gorse #FEFF3A
RGB
CMYK
RGB Variations
Color information
#FEFF3A (or 0xFEFF3A) is known color: Gorse. HEX triplet: FE, FF and 3A. RGB value is (254,255,58). Sum of RGB (Red+Green+Blue) = 254+255+58=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 58 (23.05% from 255 or 10.23% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF3A is #0100C5. Grayscale: #E9E9E9. Windows color (decimal): -65734 or 3866622. OLE color: 3866622.
HSL color Cylindrical-coordinate representation of color #FEFF3A: hue angle of 60.3º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEFF3A is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 58 | - |
| CMYK | 0.00 | 0 | 0.77 | 0 |
| HSL | 60.3º | 1% | 0.61% | - |
| HSV(B) | 60.3º | 0.77% | 1% | - |
| XYZ | 77.4 | 92.9 | 17.85 | - |
| YUV | 232.24 | 29.67 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 58 | 0.00 | 0 | 0.77 | 0 | 60.3 | 1 | 0.61 |
| Hex | FE | FF | 3A | 0 | 0 | 4D | 0 | 3C | 64 | 3D |
| Octal | 376 | 377 | 72 | 0 | 0 | 115 | 0 | 74 | 144 | 75 |
| Binary | 11111110 | 11111111 | 111010 | 0 | 0 | 1001101 | 0 | 111100 | 1100100 | 111101 |
Color Harmonies of #FEFF3A
Complementary color
Monochromatic Colors of #FEFF3A
Black with #FEFF3A
Text Example
Text Example
White with #FEFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF3A; }
p { color: rgb(254,255,58); }
H1.HeaderClassName
{
color: #FEFF3A;
}
.AnyTagClassName
{
color: #FEFF3A;
}
</style>
background-color css
<style>
a { background-color: #FEFF3A; }
a { background-color: rgb(254,255,58); }
div.DivClassName
{
background-color: #FEFF3A;
}
.BgClassName
{
background-color: #FEFF3A;
}
</style>
border-color css
<style>
span { border-color: #FEFF3A; }
span { border-color: rgb(254,255,58); }
td.TdClassName
{
border-color: #FEFF3A;
}
.TagClassName
{
border-color: #FEFF3A;
}
</style>