Shades of Gorse #FADD37
Tints of Gorse #FADD37
RGB
CMYK
RGB Variations
Color information
#FADD37 (or 0xFADD37) is known color: Gorse. HEX triplet: FA, DD and 37. RGB value is (250,221,55). Sum of RGB (Red+Green+Blue) = 250+221+55=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 55 (21.88% from 255 or 10.46% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD37 is #0522C8. Grayscale: #D3D3D3. Windows color (decimal): -336585 or 3661306. OLE color: 3661306.
HSL color Cylindrical-coordinate representation of color #FADD37: hue angle of 51.08º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FADD37 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 55 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.02 |
| HSL | 51.08º | 0.95% | 0.6% | - |
| HSV(B) | 51.08º | 0.78% | 0.98% | - |
| XYZ | 65.97 | 72.31 | 14.1 | - |
| YUV | 210.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 55 | 0 | 0.12 | 0.78 | 0.02 | 51.08 | 0.95 | 0.6 |
| Hex | FA | DD | 37 | 0 | C | 4E | 2 | 33 | 5F | 3C |
| Octal | 372 | 335 | 67 | 0 | 14 | 116 | 2 | 63 | 137 | 74 |
| Binary | 11111010 | 11011101 | 110111 | 0 | 1100 | 1001110 | 10 | 110011 | 1011111 | 111100 |
Color Harmonies of #FADD37
Complementary color
Monochromatic Colors of #FADD37
Black with #FADD37
Text Example
Text Example
White with #FADD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD37; }
p { color: rgb(250,221,55); }
H1.HeaderClassName
{
color: #FADD37;
}
.AnyTagClassName
{
color: #FADD37;
}
</style>
background-color css
<style>
a { background-color: #FADD37; }
a { background-color: rgb(250,221,55); }
div.DivClassName
{
background-color: #FADD37;
}
.BgClassName
{
background-color: #FADD37;
}
</style>
border-color css
<style>
span { border-color: #FADD37; }
span { border-color: rgb(250,221,55); }
td.TdClassName
{
border-color: #FADD37;
}
.TagClassName
{
border-color: #FADD37;
}
</style>