Shades of Gorse #FEFC2A
Tints of Gorse #FEFC2A
RGB
CMYK
RGB Variations
Color information
#FEFC2A (or 0xFEFC2A) is known color: Gorse. HEX triplet: FE, FC and 2A. RGB value is (254,252,42). Sum of RGB (Red+Green+Blue) = 254+252+42=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 42 (16.80% from 255 or 7.66% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC2A is #0103D5. Grayscale: #E5E5E5. Windows color (decimal): -66518 or 2817278. OLE color: 2817278.
HSL color Cylindrical-coordinate representation of color #FEFC2A: hue angle of 59.43º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FEFC2A is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 42 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.00 |
| HSL | 59.43º | 0.99% | 0.58% | - |
| HSV(B) | 59.43º | 0.83% | 1% | - |
| XYZ | 76.1 | 90.86 | 15.72 | - |
| YUV | 228.66 | 22.66 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 42 | 0 | 0.01 | 0.83 | 0.00 | 59.43 | 0.99 | 0.58 |
| Hex | FE | FC | 2A | 0 | 1 | 53 | 0 | 3B | 63 | 3A |
| Octal | 376 | 374 | 52 | 0 | 1 | 123 | 0 | 73 | 143 | 72 |
| Binary | 11111110 | 11111100 | 101010 | 0 | 1 | 1010011 | 0 | 111011 | 1100011 | 111010 |
Color Harmonies of #FEFC2A
Complementary color
Monochromatic Colors of #FEFC2A
Black with #FEFC2A
Text Example
Text Example
White with #FEFC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC2A; }
p { color: rgb(254,252,42); }
H1.HeaderClassName
{
color: #FEFC2A;
}
.AnyTagClassName
{
color: #FEFC2A;
}
</style>
background-color css
<style>
a { background-color: #FEFC2A; }
a { background-color: rgb(254,252,42); }
div.DivClassName
{
background-color: #FEFC2A;
}
.BgClassName
{
background-color: #FEFC2A;
}
</style>
border-color css
<style>
span { border-color: #FEFC2A; }
span { border-color: rgb(254,252,42); }
td.TdClassName
{
border-color: #FEFC2A;
}
.TagClassName
{
border-color: #FEFC2A;
}
</style>