Shades of Gorse #FDEB2F
Tints of Gorse #FDEB2F
RGB
CMYK
RGB Variations
Color information
#FDEB2F (or 0xFDEB2F) is known color: Gorse. HEX triplet: FD, EB and 2F. RGB value is (253,235,47). Sum of RGB (Red+Green+Blue) = 253+235+47=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 47 (18.75% from 255 or 8.79% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEB2F is #0214D0. Grayscale: #DBDBDB. Windows color (decimal): -136401 or 3140605. OLE color: 3140605.
HSL color Cylindrical-coordinate representation of color #FDEB2F: hue angle of 54.76º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDEB2F is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 47 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.01 |
| HSL | 54.76º | 0.98% | 0.59% | - |
| HSV(B) | 54.76º | 0.81% | 0.99% | - |
| XYZ | 70.73 | 80.5 | 14.5 | - |
| YUV | 218.95 | 30.96 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 47 | 0 | 0.07 | 0.81 | 0.01 | 54.76 | 0.98 | 0.59 |
| Hex | FD | EB | 2F | 0 | 7 | 51 | 1 | 37 | 62 | 3B |
| Octal | 375 | 353 | 57 | 0 | 7 | 121 | 1 | 67 | 142 | 73 |
| Binary | 11111101 | 11101011 | 101111 | 0 | 111 | 1010001 | 1 | 110111 | 1100010 | 111011 |
Color Harmonies of #FDEB2F
Complementary color
Monochromatic Colors of #FDEB2F
Black with #FDEB2F
Text Example
Text Example
White with #FDEB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB2F; }
p { color: rgb(253,235,47); }
H1.HeaderClassName
{
color: #FDEB2F;
}
.AnyTagClassName
{
color: #FDEB2F;
}
</style>
background-color css
<style>
a { background-color: #FDEB2F; }
a { background-color: rgb(253,235,47); }
div.DivClassName
{
background-color: #FDEB2F;
}
.BgClassName
{
background-color: #FDEB2F;
}
</style>
border-color css
<style>
span { border-color: #FDEB2F; }
span { border-color: rgb(253,235,47); }
td.TdClassName
{
border-color: #FDEB2F;
}
.TagClassName
{
border-color: #FDEB2F;
}
</style>