Shades of Gorse #FEFC2D
Tints of Gorse #FEFC2D
RGB
CMYK
RGB Variations
Color information
#FEFC2D (or 0xFEFC2D) is known color: Gorse. HEX triplet: FE, FC and 2D. RGB value is (254,252,45). Sum of RGB (Red+Green+Blue) = 254+252+45=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 45 (17.97% from 255 or 8.17% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC2D is #0103D2. Grayscale: #E5E5E5. Windows color (decimal): -66515 or 3013886. OLE color: 3013886.
HSL color Cylindrical-coordinate representation of color #FEFC2D: hue angle of 59.43º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEFC2D is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 45 | - |
| CMYK | 0 | 0.01 | 0.82 | 0.00 |
| HSL | 59.43º | 0.99% | 0.59% | - |
| HSV(B) | 59.43º | 0.82% | 1% | - |
| XYZ | 76.16 | 90.88 | 16.01 | - |
| YUV | 229 | 24.16 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 45 | 0 | 0.01 | 0.82 | 0.00 | 59.43 | 0.99 | 0.59 |
| Hex | FE | FC | 2D | 0 | 1 | 52 | 0 | 3B | 63 | 3B |
| Octal | 376 | 374 | 55 | 0 | 1 | 122 | 0 | 73 | 143 | 73 |
| Binary | 11111110 | 11111100 | 101101 | 0 | 1 | 1010010 | 0 | 111011 | 1100011 | 111011 |
Color Harmonies of #FEFC2D
Complementary color
Monochromatic Colors of #FEFC2D
Black with #FEFC2D
Text Example
Text Example
White with #FEFC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFC2D; }
p { color: rgb(254,252,45); }
H1.HeaderClassName
{
color: #FEFC2D;
}
.AnyTagClassName
{
color: #FEFC2D;
}
</style>
background-color css
<style>
a { background-color: #FEFC2D; }
a { background-color: rgb(254,252,45); }
div.DivClassName
{
background-color: #FEFC2D;
}
.BgClassName
{
background-color: #FEFC2D;
}
</style>
border-color css
<style>
span { border-color: #FEFC2D; }
span { border-color: rgb(254,252,45); }
td.TdClassName
{
border-color: #FEFC2D;
}
.TagClassName
{
border-color: #FEFC2D;
}
</style>