Shades of Gorse #FADD31
Tints of Gorse #FADD31
RGB
CMYK
RGB Variations
Color information
#FADD31 (or 0xFADD31) is known color: Gorse. HEX triplet: FA, DD and 31. RGB value is (250,221,49). Sum of RGB (Red+Green+Blue) = 250+221+49=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD31 is #0522CE. Grayscale: #D2D2D2. Windows color (decimal): -336591 or 3268090. OLE color: 3268090.
HSL color Cylindrical-coordinate representation of color #FADD31: hue angle of 51.34º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FADD31 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 49 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.02 |
| HSL | 51.34º | 0.95% | 0.59% | - |
| HSV(B) | 51.34º | 0.8% | 0.98% | - |
| XYZ | 65.84 | 72.26 | 13.38 | - |
| YUV | 210.06 | 37.11 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 49 | 0 | 0.12 | 0.80 | 0.02 | 51.34 | 0.95 | 0.59 |
| Hex | FA | DD | 31 | 0 | C | 50 | 2 | 33 | 5F | 3B |
| Octal | 372 | 335 | 61 | 0 | 14 | 120 | 2 | 63 | 137 | 73 |
| Binary | 11111010 | 11011101 | 110001 | 0 | 1100 | 1010000 | 10 | 110011 | 1011111 | 111011 |
Color Harmonies of #FADD31
Complementary color
Monochromatic Colors of #FADD31
Black with #FADD31
Text Example
Text Example
White with #FADD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD31; }
p { color: rgb(250,221,49); }
H1.HeaderClassName
{
color: #FADD31;
}
.AnyTagClassName
{
color: #FADD31;
}
</style>
background-color css
<style>
a { background-color: #FADD31; }
a { background-color: rgb(250,221,49); }
div.DivClassName
{
background-color: #FADD31;
}
.BgClassName
{
background-color: #FADD31;
}
</style>
border-color css
<style>
span { border-color: #FADD31; }
span { border-color: rgb(250,221,49); }
td.TdClassName
{
border-color: #FADD31;
}
.TagClassName
{
border-color: #FADD31;
}
</style>