Shades of Gorse #FEF328
Tints of Gorse #FEF328
RGB
CMYK
RGB Variations
Color information
#FEF328 (or 0xFEF328) is known color: Gorse. HEX triplet: FE, F3 and 28. RGB value is (254,243,40). Sum of RGB (Red+Green+Blue) = 254+243+40=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 40 (16.02% from 255 or 7.45% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF328 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF328 is #010CD7. Grayscale: #DFDFDF. Windows color (decimal): -68824 or 2683902. OLE color: 2683902.
HSL color Cylindrical-coordinate representation of color #FEF328: hue angle of 56.92º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FEF328 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 40 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.00 |
| HSL | 56.92º | 0.99% | 0.58% | - |
| HSV(B) | 56.92º | 0.84% | 1% | - |
| XYZ | 73.31 | 85.33 | 14.61 | - |
| YUV | 223.15 | 24.64 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 40 | 0 | 0.04 | 0.84 | 0.00 | 56.92 | 0.99 | 0.58 |
| Hex | FE | F3 | 28 | 0 | 4 | 54 | 0 | 39 | 63 | 3A |
| Octal | 376 | 363 | 50 | 0 | 4 | 124 | 0 | 71 | 143 | 72 |
| Binary | 11111110 | 11110011 | 101000 | 0 | 100 | 1010100 | 0 | 111001 | 1100011 | 111010 |
Color Harmonies of #FEF328
Complementary color
Monochromatic Colors of #FEF328
Black with #FEF328
Text Example
Text Example
White with #FEF328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF328; }
p { color: rgb(254,243,40); }
H1.HeaderClassName
{
color: #FEF328;
}
.AnyTagClassName
{
color: #FEF328;
}
</style>
background-color css
<style>
a { background-color: #FEF328; }
a { background-color: rgb(254,243,40); }
div.DivClassName
{
background-color: #FEF328;
}
.BgClassName
{
background-color: #FEF328;
}
</style>
border-color css
<style>
span { border-color: #FEF328; }
span { border-color: rgb(254,243,40); }
td.TdClassName
{
border-color: #FEF328;
}
.TagClassName
{
border-color: #FEF328;
}
</style>