Shades of Gorse #FEF22A
Tints of Gorse #FEF22A
RGB
CMYK
RGB Variations
Color information
#FEF22A (or 0xFEF22A) is known color: Gorse. HEX triplet: FE, F2 and 2A. RGB value is (254,242,42). Sum of RGB (Red+Green+Blue) = 254+242+42=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 42 (16.80% from 255 or 7.81% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF22A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF22A is #010DD5. Grayscale: #DFDFDF. Windows color (decimal): -69078 or 2814718. OLE color: 2814718.
HSL color Cylindrical-coordinate representation of color #FEF22A: hue angle of 56.6º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEF22A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 42 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.00 |
| HSL | 56.6º | 0.99% | 0.58% | - |
| HSV(B) | 56.6º | 0.83% | 1% | - |
| XYZ | 73.04 | 84.74 | 14.7 | - |
| YUV | 222.79 | 25.98 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 42 | 0 | 0.05 | 0.83 | 0.00 | 56.6 | 0.99 | 0.58 |
| Hex | FE | F2 | 2A | 0 | 5 | 53 | 0 | 39 | 63 | 3A |
| Octal | 376 | 362 | 52 | 0 | 5 | 123 | 0 | 71 | 143 | 72 |
| Binary | 11111110 | 11110010 | 101010 | 0 | 101 | 1010011 | 0 | 111001 | 1100011 | 111010 |
Color Harmonies of #FEF22A
Complementary color
Monochromatic Colors of #FEF22A
Black with #FEF22A
Text Example
Text Example
White with #FEF22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF22A; }
p { color: rgb(254,242,42); }
H1.HeaderClassName
{
color: #FEF22A;
}
.AnyTagClassName
{
color: #FEF22A;
}
</style>
background-color css
<style>
a { background-color: #FEF22A; }
a { background-color: rgb(254,242,42); }
div.DivClassName
{
background-color: #FEF22A;
}
.BgClassName
{
background-color: #FEF22A;
}
</style>
border-color css
<style>
span { border-color: #FEF22A; }
span { border-color: rgb(254,242,42); }
td.TdClassName
{
border-color: #FEF22A;
}
.TagClassName
{
border-color: #FEF22A;
}
</style>