Shades of Gorse #FEEF3F
Tints of Gorse #FEEF3F
RGB
CMYK
RGB Variations
Color information
#FEEF3F (or 0xFEEF3F) is known color: Gorse. HEX triplet: FE, EF and 3F. RGB value is (254,239,63). Sum of RGB (Red+Green+Blue) = 254+239+63=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 63 (25% from 255 or 11.33% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEF3F is #0110C0. Grayscale: #E0E0E0. Windows color (decimal): -69825 or 4190206. OLE color: 4190206.
HSL color Cylindrical-coordinate representation of color #FEEF3F: hue angle of 55.29º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEEF3F is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 239 | 63 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.00 |
| HSL | 55.29º | 0.99% | 0.62% | - |
| HSV(B) | 55.29º | 0.75% | 1% | - |
| XYZ | 72.64 | 83.16 | 16.93 | - |
| YUV | 223.42 | 37.47 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 239 | 63 | 0 | 0.06 | 0.75 | 0.00 | 55.29 | 0.99 | 0.62 |
| Hex | FE | EF | 3F | 0 | 6 | 4B | 0 | 37 | 63 | 3E |
| Octal | 376 | 357 | 77 | 0 | 6 | 113 | 0 | 67 | 143 | 76 |
| Binary | 11111110 | 11101111 | 111111 | 0 | 110 | 1001011 | 0 | 110111 | 1100011 | 111110 |
Color Harmonies of #FEEF3F
Complementary color
Monochromatic Colors of #FEEF3F
Black with #FEEF3F
Text Example
Text Example
White with #FEEF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEF3F; }
p { color: rgb(254,239,63); }
H1.HeaderClassName
{
color: #FEEF3F;
}
.AnyTagClassName
{
color: #FEEF3F;
}
</style>
background-color css
<style>
a { background-color: #FEEF3F; }
a { background-color: rgb(254,239,63); }
div.DivClassName
{
background-color: #FEEF3F;
}
.BgClassName
{
background-color: #FEEF3F;
}
</style>
border-color css
<style>
span { border-color: #FEEF3F; }
span { border-color: rgb(254,239,63); }
td.TdClassName
{
border-color: #FEEF3F;
}
.TagClassName
{
border-color: #FEEF3F;
}
</style>