Shades of Gorse #FEF732
Tints of Gorse #FEF732
RGB
CMYK
RGB Variations
Color information
#FEF732 (or 0xFEF732) is known color: Gorse. HEX triplet: FE, F7 and 32. RGB value is (254,247,50). Sum of RGB (Red+Green+Blue) = 254+247+50=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 50 (19.92% from 255 or 9.07% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF732 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF732 is #0108CD. Grayscale: #E3E3E3. Windows color (decimal): -67790 or 3340286. OLE color: 3340286.
HSL color Cylindrical-coordinate representation of color #FEF732: hue angle of 57.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEF732 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 50 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.00 |
| HSL | 57.94º | 0.99% | 0.6% | - |
| HSV(B) | 57.94º | 0.8% | 1% | - |
| XYZ | 74.71 | 87.82 | 16.03 | - |
| YUV | 226.64 | 28.32 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 50 | 0 | 0.03 | 0.80 | 0.00 | 57.94 | 0.99 | 0.6 |
| Hex | FE | F7 | 32 | 0 | 3 | 50 | 0 | 3A | 63 | 3C |
| Octal | 376 | 367 | 62 | 0 | 3 | 120 | 0 | 72 | 143 | 74 |
| Binary | 11111110 | 11110111 | 110010 | 0 | 11 | 1010000 | 0 | 111010 | 1100011 | 111100 |
Color Harmonies of #FEF732
Complementary color
Monochromatic Colors of #FEF732
Black with #FEF732
Text Example
Text Example
White with #FEF732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF732; }
p { color: rgb(254,247,50); }
H1.HeaderClassName
{
color: #FEF732;
}
.AnyTagClassName
{
color: #FEF732;
}
</style>
background-color css
<style>
a { background-color: #FEF732; }
a { background-color: rgb(254,247,50); }
div.DivClassName
{
background-color: #FEF732;
}
.BgClassName
{
background-color: #FEF732;
}
</style>
border-color css
<style>
span { border-color: #FEF732; }
span { border-color: rgb(254,247,50); }
td.TdClassName
{
border-color: #FEF732;
}
.TagClassName
{
border-color: #FEF732;
}
</style>