Shades of Gorse #FDDA37
Tints of Gorse #FDDA37
RGB
CMYK
RGB Variations
Color information
#FDDA37 (or 0xFDDA37) is known color: Gorse. HEX triplet: FD, DA and 37. RGB value is (253,218,55). Sum of RGB (Red+Green+Blue) = 253+218+55=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 55 (21.88% from 255 or 10.46% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDA37 is #0225C8. Grayscale: #D2D2D2. Windows color (decimal): -140745 or 3660541. OLE color: 3660541.
HSL color Cylindrical-coordinate representation of color #FDDA37: hue angle of 49.39º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FDDA37 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 218 | 55 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.01 |
| HSL | 49.39º | 0.98% | 0.6% | - |
| HSV(B) | 49.39º | 0.78% | 0.99% | - |
| XYZ | 66.27 | 71.3 | 13.88 | - |
| YUV | 209.88 | 40.6 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 218 | 55 | 0 | 0.14 | 0.78 | 0.01 | 49.39 | 0.98 | 0.6 |
| Hex | FD | DA | 37 | 0 | E | 4E | 1 | 31 | 62 | 3C |
| Octal | 375 | 332 | 67 | 0 | 16 | 116 | 1 | 61 | 142 | 74 |
| Binary | 11111101 | 11011010 | 110111 | 0 | 1110 | 1001110 | 1 | 110001 | 1100010 | 111100 |
Color Harmonies of #FDDA37
Complementary color
Monochromatic Colors of #FDDA37
Black with #FDDA37
Text Example
Text Example
White with #FDDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDA37; }
p { color: rgb(253,218,55); }
H1.HeaderClassName
{
color: #FDDA37;
}
.AnyTagClassName
{
color: #FDDA37;
}
</style>
background-color css
<style>
a { background-color: #FDDA37; }
a { background-color: rgb(253,218,55); }
div.DivClassName
{
background-color: #FDDA37;
}
.BgClassName
{
background-color: #FDDA37;
}
</style>
border-color css
<style>
span { border-color: #FDDA37; }
span { border-color: rgb(253,218,55); }
td.TdClassName
{
border-color: #FDDA37;
}
.TagClassName
{
border-color: #FDDA37;
}
</style>