Shades of Gorse #FEF22D
Tints of Gorse #FEF22D
RGB
CMYK
RGB Variations
Color information
#FEF22D (or 0xFEF22D) is known color: Gorse. HEX triplet: FE, F2 and 2D. RGB value is (254,242,45). Sum of RGB (Red+Green+Blue) = 254+242+45=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 45 (17.97% from 255 or 8.32% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF22D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF22D is #010DD2. Grayscale: #DFDFDF. Windows color (decimal): -69075 or 3011326. OLE color: 3011326.
HSL color Cylindrical-coordinate representation of color #FEF22D: hue angle of 56.56º 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 #FEF22D is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 45 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.00 |
| HSL | 56.56º | 0.99% | 0.59% | - |
| HSV(B) | 56.56º | 0.82% | 1% | - |
| XYZ | 73.1 | 84.76 | 14.99 | - |
| YUV | 223.13 | 27.48 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 45 | 0 | 0.05 | 0.82 | 0.00 | 56.56 | 0.99 | 0.59 |
| Hex | FE | F2 | 2D | 0 | 5 | 52 | 0 | 39 | 63 | 3B |
| Octal | 376 | 362 | 55 | 0 | 5 | 122 | 0 | 71 | 143 | 73 |
| Binary | 11111110 | 11110010 | 101101 | 0 | 101 | 1010010 | 0 | 111001 | 1100011 | 111011 |
Color Harmonies of #FEF22D
Complementary color
Monochromatic Colors of #FEF22D
Black with #FEF22D
Text Example
Text Example
White with #FEF22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF22D; }
p { color: rgb(254,242,45); }
H1.HeaderClassName
{
color: #FEF22D;
}
.AnyTagClassName
{
color: #FEF22D;
}
</style>
background-color css
<style>
a { background-color: #FEF22D; }
a { background-color: rgb(254,242,45); }
div.DivClassName
{
background-color: #FEF22D;
}
.BgClassName
{
background-color: #FEF22D;
}
</style>
border-color css
<style>
span { border-color: #FEF22D; }
span { border-color: rgb(254,242,45); }
td.TdClassName
{
border-color: #FEF22D;
}
.TagClassName
{
border-color: #FEF22D;
}
</style>