Shades of Gorse #FDED2C
Tints of Gorse #FDED2C
RGB
CMYK
RGB Variations
Color information
#FDED2C (or 0xFDED2C) is known color: Gorse. HEX triplet: FD, ED and 2C. RGB value is (253,237,44). Sum of RGB (Red+Green+Blue) = 253+237+44=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 44 (17.58% from 255 or 8.24% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED2C is #0212D3. Grayscale: #DCDCDC. Windows color (decimal): -135892 or 2944509. OLE color: 2944509.
HSL color Cylindrical-coordinate representation of color #FDED2C: hue angle of 55.41º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDED2C is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 237 | 44 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.01 |
| HSL | 55.41º | 0.98% | 0.58% | - |
| HSV(B) | 55.41º | 0.83% | 0.99% | - |
| XYZ | 71.25 | 81.63 | 14.38 | - |
| YUV | 219.78 | 28.8 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 237 | 44 | 0 | 0.06 | 0.83 | 0.01 | 55.41 | 0.98 | 0.58 |
| Hex | FD | ED | 2C | 0 | 6 | 53 | 1 | 37 | 62 | 3A |
| Octal | 375 | 355 | 54 | 0 | 6 | 123 | 1 | 67 | 142 | 72 |
| Binary | 11111101 | 11101101 | 101100 | 0 | 110 | 1010011 | 1 | 110111 | 1100010 | 111010 |
Color Harmonies of #FDED2C
Complementary color
Monochromatic Colors of #FDED2C
Black with #FDED2C
Text Example
Text Example
White with #FDED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED2C; }
p { color: rgb(253,237,44); }
H1.HeaderClassName
{
color: #FDED2C;
}
.AnyTagClassName
{
color: #FDED2C;
}
</style>
background-color css
<style>
a { background-color: #FDED2C; }
a { background-color: rgb(253,237,44); }
div.DivClassName
{
background-color: #FDED2C;
}
.BgClassName
{
background-color: #FDED2C;
}
</style>
border-color css
<style>
span { border-color: #FDED2C; }
span { border-color: rgb(253,237,44); }
td.TdClassName
{
border-color: #FDED2C;
}
.TagClassName
{
border-color: #FDED2C;
}
</style>