Shades of Gorse #FEF934
Tints of Gorse #FEF934
RGB
CMYK
RGB Variations
Color information
#FEF934 (or 0xFEF934) is known color: Gorse. HEX triplet: FE, F9 and 34. RGB value is (254,249,52). Sum of RGB (Red+Green+Blue) = 254+249+52=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 52 (20.70% from 255 or 9.37% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF934 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF934 is #0106CB. Grayscale: #E4E4E4. Windows color (decimal): -67276 or 3471870. OLE color: 3471870.
HSL color Cylindrical-coordinate representation of color #FEF934: hue angle of 58.51º 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 #FEF934 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 52 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.00 |
| HSL | 58.51º | 0.99% | 0.6% | - |
| HSV(B) | 58.51º | 0.8% | 1% | - |
| XYZ | 75.37 | 89.07 | 16.47 | - |
| YUV | 228.04 | 28.66 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 52 | 0 | 0.02 | 0.80 | 0.00 | 58.51 | 0.99 | 0.6 |
| Hex | FE | F9 | 34 | 0 | 2 | 50 | 0 | 3B | 63 | 3C |
| Octal | 376 | 371 | 64 | 0 | 2 | 120 | 0 | 73 | 143 | 74 |
| Binary | 11111110 | 11111001 | 110100 | 0 | 10 | 1010000 | 0 | 111011 | 1100011 | 111100 |
Color Harmonies of #FEF934
Complementary color
Monochromatic Colors of #FEF934
Black with #FEF934
Text Example
Text Example
White with #FEF934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF934; }
p { color: rgb(254,249,52); }
H1.HeaderClassName
{
color: #FEF934;
}
.AnyTagClassName
{
color: #FEF934;
}
</style>
background-color css
<style>
a { background-color: #FEF934; }
a { background-color: rgb(254,249,52); }
div.DivClassName
{
background-color: #FEF934;
}
.BgClassName
{
background-color: #FEF934;
}
</style>
border-color css
<style>
span { border-color: #FEF934; }
span { border-color: rgb(254,249,52); }
td.TdClassName
{
border-color: #FEF934;
}
.TagClassName
{
border-color: #FEF934;
}
</style>