Shades of Gorse #FEF631
Tints of Gorse #FEF631
RGB
CMYK
RGB Variations
Color information
#FEF631 (or 0xFEF631) is known color: Gorse. HEX triplet: FE, F6 and 31. RGB value is (254,246,49). Sum of RGB (Red+Green+Blue) = 254+246+49=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 49 (19.53% from 255 or 8.93% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF631 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF631 is #0109CE. Grayscale: #E2E2E2. Windows color (decimal): -68047 or 3274494. OLE color: 3274494.
HSL color Cylindrical-coordinate representation of color #FEF631: hue angle of 57.66º 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 #FEF631 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 49 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.00 |
| HSL | 57.66º | 0.99% | 0.59% | - |
| HSV(B) | 57.66º | 0.81% | 1% | - |
| XYZ | 74.38 | 87.2 | 15.82 | - |
| YUV | 225.93 | 28.15 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 49 | 0 | 0.03 | 0.81 | 0.00 | 57.66 | 0.99 | 0.59 |
| Hex | FE | F6 | 31 | 0 | 3 | 51 | 0 | 3A | 63 | 3B |
| Octal | 376 | 366 | 61 | 0 | 3 | 121 | 0 | 72 | 143 | 73 |
| Binary | 11111110 | 11110110 | 110001 | 0 | 11 | 1010001 | 0 | 111010 | 1100011 | 111011 |
Color Harmonies of #FEF631
Complementary color
Monochromatic Colors of #FEF631
Black with #FEF631
Text Example
Text Example
White with #FEF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF631; }
p { color: rgb(254,246,49); }
H1.HeaderClassName
{
color: #FEF631;
}
.AnyTagClassName
{
color: #FEF631;
}
</style>
background-color css
<style>
a { background-color: #FEF631; }
a { background-color: rgb(254,246,49); }
div.DivClassName
{
background-color: #FEF631;
}
.BgClassName
{
background-color: #FEF631;
}
</style>
border-color css
<style>
span { border-color: #FEF631; }
span { border-color: rgb(254,246,49); }
td.TdClassName
{
border-color: #FEF631;
}
.TagClassName
{
border-color: #FEF631;
}
</style>