Shades of Gorse #FEF227
Tints of Gorse #FEF227
RGB
CMYK
RGB Variations
Color information
#FEF227 (or 0xFEF227) is known color: Gorse. HEX triplet: FE, F2 and 27. RGB value is (254,242,39). Sum of RGB (Red+Green+Blue) = 254+242+39=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 39 (15.62% from 255 or 7.29% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF227 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF227 is #010DD8. Grayscale: #DFDFDF. Windows color (decimal): -69081 or 2618110. OLE color: 2618110.
HSL color Cylindrical-coordinate representation of color #FEF227: hue angle of 56.65º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEF227 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 39 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.00 |
| HSL | 56.65º | 0.99% | 0.57% | - |
| HSV(B) | 56.65º | 0.85% | 1% | - |
| XYZ | 72.99 | 84.72 | 14.43 | - |
| YUV | 222.45 | 24.48 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 39 | 0 | 0.05 | 0.85 | 0.00 | 56.65 | 0.99 | 0.57 |
| Hex | FE | F2 | 27 | 0 | 5 | 55 | 0 | 39 | 63 | 39 |
| Octal | 376 | 362 | 47 | 0 | 5 | 125 | 0 | 71 | 143 | 71 |
| Binary | 11111110 | 11110010 | 100111 | 0 | 101 | 1010101 | 0 | 111001 | 1100011 | 111001 |
Color Harmonies of #FEF227
Complementary color
Monochromatic Colors of #FEF227
Black with #FEF227
Text Example
Text Example
White with #FEF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF227; }
p { color: rgb(254,242,39); }
H1.HeaderClassName
{
color: #FEF227;
}
.AnyTagClassName
{
color: #FEF227;
}
</style>
background-color css
<style>
a { background-color: #FEF227; }
a { background-color: rgb(254,242,39); }
div.DivClassName
{
background-color: #FEF227;
}
.BgClassName
{
background-color: #FEF227;
}
</style>
border-color css
<style>
span { border-color: #FEF227; }
span { border-color: rgb(254,242,39); }
td.TdClassName
{
border-color: #FEF227;
}
.TagClassName
{
border-color: #FEF227;
}
</style>