Shades of Gorse #FDED2A
Tints of Gorse #FDED2A
RGB
CMYK
RGB Variations
Color information
#FDED2A (or 0xFDED2A) is known color: Gorse. HEX triplet: FD, ED and 2A. RGB value is (253,237,42). Sum of RGB (Red+Green+Blue) = 253+237+42=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 42 (16.80% from 255 or 7.89% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDED2A is #0212D5. Grayscale: #DCDCDC. Windows color (decimal): -135894 or 2813437. OLE color: 2813437.
HSL color Cylindrical-coordinate representation of color #FDED2A: hue angle of 55.45º 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 #FDED2A is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 237 | 42 | - |
CMYK | 0 | 0.06 | 0.83 | 0.01 |
HSL | 55.45º | 0.98% | 0.58% | - |
HSV(B) | 55.45º | 0.83% | 0.99% | - |
XYZ | 71.21 | 81.62 | 14.19 | - |
YUV | 219.55 | 27.8 | 151.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 237 | 42 | 0 | 0.06 | 0.83 | 0.01 | 55.45 | 0.98 | 0.58 |
Hex | FD | ED | 2A | 0 | 6 | 53 | 1 | 37 | 62 | 3A |
Octal | 375 | 355 | 52 | 0 | 6 | 123 | 1 | 67 | 142 | 72 |
Binary | 11111101 | 11101101 | 101010 | 0 | 110 | 1010011 | 1 | 110111 | 1100010 | 111010 |
Color Harmonies of #FDED2A
Complementary color
Monochromatic Colors of #FDED2A
Black with #FDED2A
Text Example
Text Example
White with #FDED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDED2A; }
p { color: rgb(253,237,42); }
H1.HeaderClassName
{
color: #FDED2A;
}
.AnyTagClassName
{
color: #FDED2A;
}
</style>
background-color css
<style>
a { background-color: #FDED2A; }
a { background-color: rgb(253,237,42); }
div.DivClassName
{
background-color: #FDED2A;
}
.BgClassName
{
background-color: #FDED2A;
}
</style>
border-color css
<style>
span { border-color: #FDED2A; }
span { border-color: rgb(253,237,42); }
td.TdClassName
{
border-color: #FDED2A;
}
.TagClassName
{
border-color: #FDED2A;
}
</style>