Shades of Gorse #FEF63A
Tints of Gorse #FEF63A
RGB
CMYK
RGB Variations
Color information
#FEF63A (or 0xFEF63A) is known color: Gorse. HEX triplet: FE, F6 and 3A. RGB value is (254,246,58). Sum of RGB (Red+Green+Blue) = 254+246+58=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 58 (23.05% from 255 or 10.39% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF63A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF63A is #0109C5. Grayscale: #E3E3E3. Windows color (decimal): -68038 or 3864318. OLE color: 3864318.
HSL color Cylindrical-coordinate representation of color #FEF63A: hue angle of 57.55º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FEF63A is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 58 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.00 |
| HSL | 57.55º | 0.99% | 0.61% | - |
| HSV(B) | 57.55º | 0.77% | 1% | - |
| XYZ | 74.59 | 87.29 | 16.92 | - |
| YUV | 226.96 | 32.65 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 58 | 0 | 0.03 | 0.77 | 0.00 | 57.55 | 0.99 | 0.61 |
| Hex | FE | F6 | 3A | 0 | 3 | 4D | 0 | 3A | 63 | 3D |
| Octal | 376 | 366 | 72 | 0 | 3 | 115 | 0 | 72 | 143 | 75 |
| Binary | 11111110 | 11110110 | 111010 | 0 | 11 | 1001101 | 0 | 111010 | 1100011 | 111101 |
Color Harmonies of #FEF63A
Complementary color
Monochromatic Colors of #FEF63A
Black with #FEF63A
Text Example
Text Example
White with #FEF63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF63A; }
p { color: rgb(254,246,58); }
H1.HeaderClassName
{
color: #FEF63A;
}
.AnyTagClassName
{
color: #FEF63A;
}
</style>
background-color css
<style>
a { background-color: #FEF63A; }
a { background-color: rgb(254,246,58); }
div.DivClassName
{
background-color: #FEF63A;
}
.BgClassName
{
background-color: #FEF63A;
}
</style>
border-color css
<style>
span { border-color: #FEF63A; }
span { border-color: rgb(254,246,58); }
td.TdClassName
{
border-color: #FEF63A;
}
.TagClassName
{
border-color: #FEF63A;
}
</style>