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