Shades of Gorse #FEF230
Tints of Gorse #FEF230
RGB
CMYK
RGB Variations
Color information
#FEF230 (or 0xFEF230) is known color: Gorse. HEX triplet: FE, F2 and 30. RGB value is (254,242,48). Sum of RGB (Red+Green+Blue) = 254+242+48=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 48 (19.14% from 255 or 8.82% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF230 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF230 is #010DCF. Grayscale: #E0E0E0. Windows color (decimal): -69072 or 3207934. OLE color: 3207934.
HSL color Cylindrical-coordinate representation of color #FEF230: hue angle of 56.5º 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 #FEF230 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 48 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.00 |
| HSL | 56.5º | 0.99% | 0.59% | - |
| HSV(B) | 56.5º | 0.81% | 1% | - |
| XYZ | 73.16 | 84.79 | 15.31 | - |
| YUV | 223.47 | 28.98 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 48 | 0 | 0.05 | 0.81 | 0.00 | 56.5 | 0.99 | 0.59 |
| Hex | FE | F2 | 30 | 0 | 5 | 51 | 0 | 39 | 63 | 3B |
| Octal | 376 | 362 | 60 | 0 | 5 | 121 | 0 | 71 | 143 | 73 |
| Binary | 11111110 | 11110010 | 110000 | 0 | 101 | 1010001 | 0 | 111001 | 1100011 | 111011 |
Color Harmonies of #FEF230
Complementary color
Monochromatic Colors of #FEF230
Black with #FEF230
Text Example
Text Example
White with #FEF230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF230; }
p { color: rgb(254,242,48); }
H1.HeaderClassName
{
color: #FEF230;
}
.AnyTagClassName
{
color: #FEF230;
}
</style>
background-color css
<style>
a { background-color: #FEF230; }
a { background-color: rgb(254,242,48); }
div.DivClassName
{
background-color: #FEF230;
}
.BgClassName
{
background-color: #FEF230;
}
</style>
border-color css
<style>
span { border-color: #FEF230; }
span { border-color: rgb(254,242,48); }
td.TdClassName
{
border-color: #FEF230;
}
.TagClassName
{
border-color: #FEF230;
}
</style>