Shades of Gorse #FEF42D
Tints of Gorse #FEF42D
RGB
CMYK
RGB Variations
Color information
#FEF42D (or 0xFEF42D) is known color: Gorse. HEX triplet: FE, F4 and 2D. RGB value is (254,244,45). Sum of RGB (Red+Green+Blue) = 254+244+45=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 45 (17.97% from 255 or 8.29% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF42D is #010BD2. Grayscale: #E1E1E1. Windows color (decimal): -68563 or 3011838. OLE color: 3011838.
HSL color Cylindrical-coordinate representation of color #FEF42D: hue angle of 57.13º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEF42D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 45 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.00 |
| HSL | 57.13º | 0.99% | 0.59% | - |
| HSV(B) | 57.13º | 0.82% | 1% | - |
| XYZ | 73.7 | 85.96 | 15.19 | - |
| YUV | 224.3 | 26.81 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 45 | 0 | 0.04 | 0.82 | 0.00 | 57.13 | 0.99 | 0.59 |
| Hex | FE | F4 | 2D | 0 | 4 | 52 | 0 | 39 | 63 | 3B |
| Octal | 376 | 364 | 55 | 0 | 4 | 122 | 0 | 71 | 143 | 73 |
| Binary | 11111110 | 11110100 | 101101 | 0 | 100 | 1010010 | 0 | 111001 | 1100011 | 111011 |
Color Harmonies of #FEF42D
Complementary color
Monochromatic Colors of #FEF42D
Black with #FEF42D
Text Example
Text Example
White with #FEF42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF42D; }
p { color: rgb(254,244,45); }
H1.HeaderClassName
{
color: #FEF42D;
}
.AnyTagClassName
{
color: #FEF42D;
}
</style>
background-color css
<style>
a { background-color: #FEF42D; }
a { background-color: rgb(254,244,45); }
div.DivClassName
{
background-color: #FEF42D;
}
.BgClassName
{
background-color: #FEF42D;
}
</style>
border-color css
<style>
span { border-color: #FEF42D; }
span { border-color: rgb(254,244,45); }
td.TdClassName
{
border-color: #FEF42D;
}
.TagClassName
{
border-color: #FEF42D;
}
</style>