Shades of Gorse #FEF330
Tints of Gorse #FEF330
RGB
CMYK
RGB Variations
Color information
#FEF330 (or 0xFEF330) is known color: Gorse. HEX triplet: FE, F3 and 30. RGB value is (254,243,48). Sum of RGB (Red+Green+Blue) = 254+243+48=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 48 (19.14% from 255 or 8.81% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF330 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF330 is #010CCF. Grayscale: #E0E0E0. Windows color (decimal): -68816 or 3208190. OLE color: 3208190.
HSL color Cylindrical-coordinate representation of color #FEF330: hue angle of 56.8º 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 #FEF330 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 48 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.00 |
| HSL | 56.8º | 0.99% | 0.59% | - |
| HSV(B) | 56.8º | 0.81% | 1% | - |
| XYZ | 73.46 | 85.39 | 15.41 | - |
| YUV | 224.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 48 | 0 | 0.04 | 0.81 | 0.00 | 56.8 | 0.99 | 0.59 |
| Hex | FE | F3 | 30 | 0 | 4 | 51 | 0 | 39 | 63 | 3B |
| Octal | 376 | 363 | 60 | 0 | 4 | 121 | 0 | 71 | 143 | 73 |
| Binary | 11111110 | 11110011 | 110000 | 0 | 100 | 1010001 | 0 | 111001 | 1100011 | 111011 |
Color Harmonies of #FEF330
Complementary color
Monochromatic Colors of #FEF330
Black with #FEF330
Text Example
Text Example
White with #FEF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF330; }
p { color: rgb(254,243,48); }
H1.HeaderClassName
{
color: #FEF330;
}
.AnyTagClassName
{
color: #FEF330;
}
</style>
background-color css
<style>
a { background-color: #FEF330; }
a { background-color: rgb(254,243,48); }
div.DivClassName
{
background-color: #FEF330;
}
.BgClassName
{
background-color: #FEF330;
}
</style>
border-color css
<style>
span { border-color: #FEF330; }
span { border-color: rgb(254,243,48); }
td.TdClassName
{
border-color: #FEF330;
}
.TagClassName
{
border-color: #FEF330;
}
</style>