Shades of Gorse #FDEA2D
Tints of Gorse #FDEA2D
RGB
CMYK
RGB Variations
Color information
#FDEA2D (or 0xFDEA2D) is known color: Gorse. HEX triplet: FD, EA and 2D. RGB value is (253,234,45). Sum of RGB (Red+Green+Blue) = 253+234+45=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 45 (17.97% from 255 or 8.46% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEA2D is #0215D2. Grayscale: #DADADA. Windows color (decimal): -136659 or 3009277. OLE color: 3009277.
HSL color Cylindrical-coordinate representation of color #FDEA2D: hue angle of 54.52º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDEA2D is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 45 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.01 |
| HSL | 54.52º | 0.98% | 0.58% | - |
| HSV(B) | 54.52º | 0.82% | 0.99% | - |
| XYZ | 70.4 | 79.92 | 14.2 | - |
| YUV | 218.14 | 30.29 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 45 | 0 | 0.08 | 0.82 | 0.01 | 54.52 | 0.98 | 0.58 |
| Hex | FD | EA | 2D | 0 | 8 | 52 | 1 | 37 | 62 | 3A |
| Octal | 375 | 352 | 55 | 0 | 10 | 122 | 1 | 67 | 142 | 72 |
| Binary | 11111101 | 11101010 | 101101 | 0 | 1000 | 1010010 | 1 | 110111 | 1100010 | 111010 |
Color Harmonies of #FDEA2D
Complementary color
Monochromatic Colors of #FDEA2D
Black with #FDEA2D
Text Example
Text Example
White with #FDEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEA2D; }
p { color: rgb(253,234,45); }
H1.HeaderClassName
{
color: #FDEA2D;
}
.AnyTagClassName
{
color: #FDEA2D;
}
</style>
background-color css
<style>
a { background-color: #FDEA2D; }
a { background-color: rgb(253,234,45); }
div.DivClassName
{
background-color: #FDEA2D;
}
.BgClassName
{
background-color: #FDEA2D;
}
</style>
border-color css
<style>
span { border-color: #FDEA2D; }
span { border-color: rgb(253,234,45); }
td.TdClassName
{
border-color: #FDEA2D;
}
.TagClassName
{
border-color: #FDEA2D;
}
</style>