Shades of Gorse #FDEF2D
Tints of Gorse #FDEF2D
RGB
CMYK
RGB Variations
Color information
#FDEF2D (or 0xFDEF2D) is known color: Gorse. HEX triplet: FD, EF and 2D. RGB value is (253,239,45). Sum of RGB (Red+Green+Blue) = 253+239+45=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 45 (17.97% from 255 or 8.38% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEF2D is #0210D2. Grayscale: #DDDDDD. Windows color (decimal): -135379 or 3010557. OLE color: 3010557.
HSL color Cylindrical-coordinate representation of color #FDEF2D: hue angle of 55.96º 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 #FDEF2D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.01 |
| HSL | 55.96º | 0.98% | 0.58% | - |
| HSV(B) | 55.96º | 0.82% | 0.99% | - |
| XYZ | 71.85 | 82.81 | 14.68 | - |
| YUV | 221.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 45 | 0 | 0.06 | 0.82 | 0.01 | 55.96 | 0.98 | 0.58 |
| Hex | FD | EF | 2D | 0 | 6 | 52 | 1 | 38 | 62 | 3A |
| Octal | 375 | 357 | 55 | 0 | 6 | 122 | 1 | 70 | 142 | 72 |
| Binary | 11111101 | 11101111 | 101101 | 0 | 110 | 1010010 | 1 | 111000 | 1100010 | 111010 |
Color Harmonies of #FDEF2D
Complementary color
Monochromatic Colors of #FDEF2D
Black with #FDEF2D
Text Example
Text Example
White with #FDEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF2D; }
p { color: rgb(253,239,45); }
H1.HeaderClassName
{
color: #FDEF2D;
}
.AnyTagClassName
{
color: #FDEF2D;
}
</style>
background-color css
<style>
a { background-color: #FDEF2D; }
a { background-color: rgb(253,239,45); }
div.DivClassName
{
background-color: #FDEF2D;
}
.BgClassName
{
background-color: #FDEF2D;
}
</style>
border-color css
<style>
span { border-color: #FDEF2D; }
span { border-color: rgb(253,239,45); }
td.TdClassName
{
border-color: #FDEF2D;
}
.TagClassName
{
border-color: #FDEF2D;
}
</style>