Shades of Gorse #FEFC31
Tints of Gorse #FEFC31
RGB
CMYK
RGB Variations
Color information
#FEFC31 (or 0xFEFC31) is known color: Gorse. HEX triplet: FE, FC and 31. RGB value is (254,252,49). Sum of RGB (Red+Green+Blue) = 254+252+49=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 252 (98.83% from 255 or 45.41% from 555); Blue value is 49 (19.53% from 255 or 8.83% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC31 is #0103CE. Grayscale: #E6E6E6. Windows color (decimal): -66511 or 3276030. OLE color: 3276030.
HSL color Cylindrical-coordinate representation of color #FEFC31: hue angle of 59.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FEFC31 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 49 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.00 |
| HSL | 59.41º | 0.99% | 0.59% | - |
| HSV(B) | 59.41º | 0.81% | 1% | - |
| XYZ | 76.24 | 90.91 | 16.44 | - |
| YUV | 229.46 | 26.16 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 49 | 0 | 0.01 | 0.81 | 0.00 | 59.41 | 0.99 | 0.59 |
| Hex | FE | FC | 31 | 0 | 1 | 51 | 0 | 3B | 63 | 3B |
| Octal | 376 | 374 | 61 | 0 | 1 | 121 | 0 | 73 | 143 | 73 |
| Binary | 11111110 | 11111100 | 110001 | 0 | 1 | 1010001 | 0 | 111011 | 1100011 | 111011 |
Color Harmonies of #FEFC31
Complementary color
Monochromatic Colors of #FEFC31
Black with #FEFC31
Text Example
Text Example
White with #FEFC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC31; }
p { color: rgb(254,252,49); }
H1.HeaderClassName
{
color: #FEFC31;
}
.AnyTagClassName
{
color: #FEFC31;
}
</style>
background-color css
<style>
a { background-color: #FEFC31; }
a { background-color: rgb(254,252,49); }
div.DivClassName
{
background-color: #FEFC31;
}
.BgClassName
{
background-color: #FEFC31;
}
</style>
border-color css
<style>
span { border-color: #FEFC31; }
span { border-color: rgb(254,252,49); }
td.TdClassName
{
border-color: #FEFC31;
}
.TagClassName
{
border-color: #FEFC31;
}
</style>