Shades of Gorse #FEF22F
Tints of Gorse #FEF22F
RGB
CMYK
RGB Variations
Color information
#FEF22F (or 0xFEF22F) is known color: Gorse. HEX triplet: FE, F2 and 2F. RGB value is (254,242,47). Sum of RGB (Red+Green+Blue) = 254+242+47=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 47 (18.75% from 255 or 8.66% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF22F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF22F is #010DD0. Grayscale: #E0E0E0. Windows color (decimal): -69073 or 3142398. OLE color: 3142398.
HSL color Cylindrical-coordinate representation of color #FEF22F: hue angle of 56.52º 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 #FEF22F is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 47 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.00 |
| HSL | 56.52º | 0.99% | 0.59% | - |
| HSV(B) | 56.52º | 0.81% | 1% | - |
| XYZ | 73.14 | 84.78 | 15.2 | - |
| YUV | 223.36 | 28.48 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 47 | 0 | 0.05 | 0.81 | 0.00 | 56.52 | 0.99 | 0.59 |
| Hex | FE | F2 | 2F | 0 | 5 | 51 | 0 | 39 | 63 | 3B |
| Octal | 376 | 362 | 57 | 0 | 5 | 121 | 0 | 71 | 143 | 73 |
| Binary | 11111110 | 11110010 | 101111 | 0 | 101 | 1010001 | 0 | 111001 | 1100011 | 111011 |
Color Harmonies of #FEF22F
Complementary color
Monochromatic Colors of #FEF22F
Black with #FEF22F
Text Example
Text Example
White with #FEF22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF22F; }
p { color: rgb(254,242,47); }
H1.HeaderClassName
{
color: #FEF22F;
}
.AnyTagClassName
{
color: #FEF22F;
}
</style>
background-color css
<style>
a { background-color: #FEF22F; }
a { background-color: rgb(254,242,47); }
div.DivClassName
{
background-color: #FEF22F;
}
.BgClassName
{
background-color: #FEF22F;
}
</style>
border-color css
<style>
span { border-color: #FEF22F; }
span { border-color: rgb(254,242,47); }
td.TdClassName
{
border-color: #FEF22F;
}
.TagClassName
{
border-color: #FEF22F;
}
</style>