Shades of Gorse #FEFD2C
Tints of Gorse #FEFD2C
RGB
CMYK
RGB Variations
Color information
#FEFD2C (or 0xFEFD2C) is known color: Gorse. HEX triplet: FE, FD and 2C. RGB value is (254,253,44). Sum of RGB (Red+Green+Blue) = 254+253+44=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 44 (17.58% from 255 or 7.99% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD2C is #0102D3. Grayscale: #E6E6E6. Windows color (decimal): -66260 or 2948606. OLE color: 2948606.
HSL color Cylindrical-coordinate representation of color #FEFD2C: hue angle of 59.71º 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 #FEFD2C is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 44 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.00 |
| HSL | 59.71º | 0.99% | 0.58% | - |
| HSV(B) | 59.71º | 0.83% | 1% | - |
| XYZ | 76.45 | 91.5 | 16.02 | - |
| YUV | 229.47 | 23.33 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 44 | 0 | 0.00 | 0.83 | 0.00 | 59.71 | 0.99 | 0.58 |
| Hex | FE | FD | 2C | 0 | 0 | 53 | 0 | 3C | 63 | 3A |
| Octal | 376 | 375 | 54 | 0 | 0 | 123 | 0 | 74 | 143 | 72 |
| Binary | 11111110 | 11111101 | 101100 | 0 | 0 | 1010011 | 0 | 111100 | 1100011 | 111010 |
Color Harmonies of #FEFD2C
Complementary color
Monochromatic Colors of #FEFD2C
Black with #FEFD2C
Text Example
Text Example
White with #FEFD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD2C; }
p { color: rgb(254,253,44); }
H1.HeaderClassName
{
color: #FEFD2C;
}
.AnyTagClassName
{
color: #FEFD2C;
}
</style>
background-color css
<style>
a { background-color: #FEFD2C; }
a { background-color: rgb(254,253,44); }
div.DivClassName
{
background-color: #FEFD2C;
}
.BgClassName
{
background-color: #FEFD2C;
}
</style>
border-color css
<style>
span { border-color: #FEFD2C; }
span { border-color: rgb(254,253,44); }
td.TdClassName
{
border-color: #FEFD2C;
}
.TagClassName
{
border-color: #FEFD2C;
}
</style>