Shades of Gorse #FDDA31
Tints of Gorse #FDDA31
RGB
CMYK
RGB Variations
Color information
#FDDA31 (or 0xFDDA31) is known color: Gorse. HEX triplet: FD, DA and 31. RGB value is (253,218,49). Sum of RGB (Red+Green+Blue) = 253+218+49=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA31 is #0225CE. Grayscale: #D1D1D1. Windows color (decimal): -140751 or 3267325. OLE color: 3267325.
HSL color Cylindrical-coordinate representation of color #FDDA31: hue angle of 49.71º 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 #FDDA31 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 49 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.01 |
| HSL | 49.71º | 0.98% | 0.59% | - |
| HSV(B) | 49.71º | 0.81% | 0.99% | - |
| XYZ | 66.13 | 71.25 | 13.17 | - |
| YUV | 209.2 | 37.6 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 49 | 0 | 0.14 | 0.81 | 0.01 | 49.71 | 0.98 | 0.59 |
| Hex | FD | DA | 31 | 0 | E | 51 | 1 | 32 | 62 | 3B |
| Octal | 375 | 332 | 61 | 0 | 16 | 121 | 1 | 62 | 142 | 73 |
| Binary | 11111101 | 11011010 | 110001 | 0 | 1110 | 1010001 | 1 | 110010 | 1100010 | 111011 |
Color Harmonies of #FDDA31
Complementary color
Monochromatic Colors of #FDDA31
Black with #FDDA31
Text Example
Text Example
White with #FDDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA31; }
p { color: rgb(253,218,49); }
H1.HeaderClassName
{
color: #FDDA31;
}
.AnyTagClassName
{
color: #FDDA31;
}
</style>
background-color css
<style>
a { background-color: #FDDA31; }
a { background-color: rgb(253,218,49); }
div.DivClassName
{
background-color: #FDDA31;
}
.BgClassName
{
background-color: #FDDA31;
}
</style>
border-color css
<style>
span { border-color: #FDDA31; }
span { border-color: rgb(253,218,49); }
td.TdClassName
{
border-color: #FDDA31;
}
.TagClassName
{
border-color: #FDDA31;
}
</style>