Shades of Gorse #FEF238
Tints of Gorse #FEF238
RGB
CMYK
RGB Variations
Color information
#FEF238 (or 0xFEF238) is known color: Gorse. HEX triplet: FE, F2 and 38. RGB value is (254,242,56). Sum of RGB (Red+Green+Blue) = 254+242+56=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 242 (94.92% from 255 or 43.84% from 552); Blue value is 56 (22.27% from 255 or 10.14% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF238 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF238 is #010DC7. Grayscale: #E1E1E1. Windows color (decimal): -69064 or 3732222. OLE color: 3732222.
HSL color Cylindrical-coordinate representation of color #FEF238: hue angle of 56.36º 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 #FEF238 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 56 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.00 |
| HSL | 56.36º | 0.99% | 0.61% | - |
| HSV(B) | 56.36º | 0.78% | 1% | - |
| XYZ | 73.34 | 84.86 | 16.26 | - |
| YUV | 224.38 | 32.98 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 56 | 0 | 0.05 | 0.78 | 0.00 | 56.36 | 0.99 | 0.61 |
| Hex | FE | F2 | 38 | 0 | 5 | 4E | 0 | 38 | 63 | 3D |
| Octal | 376 | 362 | 70 | 0 | 5 | 116 | 0 | 70 | 143 | 75 |
| Binary | 11111110 | 11110010 | 111000 | 0 | 101 | 1001110 | 0 | 111000 | 1100011 | 111101 |
Color Harmonies of #FEF238
Complementary color
Monochromatic Colors of #FEF238
Black with #FEF238
Text Example
Text Example
White with #FEF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF238; }
p { color: rgb(254,242,56); }
H1.HeaderClassName
{
color: #FEF238;
}
.AnyTagClassName
{
color: #FEF238;
}
</style>
background-color css
<style>
a { background-color: #FEF238; }
a { background-color: rgb(254,242,56); }
div.DivClassName
{
background-color: #FEF238;
}
.BgClassName
{
background-color: #FEF238;
}
</style>
border-color css
<style>
span { border-color: #FEF238; }
span { border-color: rgb(254,242,56); }
td.TdClassName
{
border-color: #FEF238;
}
.TagClassName
{
border-color: #FEF238;
}
</style>