Shades of Gorse #FEF237
Tints of Gorse #FEF237
RGB
CMYK
RGB Variations
Color information
#FEF237 (or 0xFEF237) is known color: Gorse. HEX triplet: FE, F2 and 37. RGB value is (254,242,55). Sum of RGB (Red+Green+Blue) = 254+242+55=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 55 (21.88% from 255 or 9.98% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF237 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF237 is #010DC8. Grayscale: #E1E1E1. Windows color (decimal): -69065 or 3666686. OLE color: 3666686.
HSL color Cylindrical-coordinate representation of color #FEF237: hue angle of 56.38º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FEF237 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 55 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.00 |
| HSL | 56.38º | 0.99% | 0.61% | - |
| HSV(B) | 56.38º | 0.78% | 1% | - |
| XYZ | 73.31 | 84.85 | 16.13 | - |
| YUV | 224.27 | 32.48 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 55 | 0 | 0.05 | 0.78 | 0.00 | 56.38 | 0.99 | 0.61 |
| Hex | FE | F2 | 37 | 0 | 5 | 4E | 0 | 38 | 63 | 3D |
| Octal | 376 | 362 | 67 | 0 | 5 | 116 | 0 | 70 | 143 | 75 |
| Binary | 11111110 | 11110010 | 110111 | 0 | 101 | 1001110 | 0 | 111000 | 1100011 | 111101 |
Color Harmonies of #FEF237
Complementary color
Monochromatic Colors of #FEF237
Black with #FEF237
Text Example
Text Example
White with #FEF237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF237; }
p { color: rgb(254,242,55); }
H1.HeaderClassName
{
color: #FEF237;
}
.AnyTagClassName
{
color: #FEF237;
}
</style>
background-color css
<style>
a { background-color: #FEF237; }
a { background-color: rgb(254,242,55); }
div.DivClassName
{
background-color: #FEF237;
}
.BgClassName
{
background-color: #FEF237;
}
</style>
border-color css
<style>
span { border-color: #FEF237; }
span { border-color: rgb(254,242,55); }
td.TdClassName
{
border-color: #FEF237;
}
.TagClassName
{
border-color: #FEF237;
}
</style>