Shades of Gorse #FADD32
Tints of Gorse #FADD32
RGB
CMYK
RGB Variations
Color information
#FADD32 (or 0xFADD32) is known color: Gorse. HEX triplet: FA, DD and 32. RGB value is (250,221,50). Sum of RGB (Red+Green+Blue) = 250+221+50=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 50 (19.92% from 255 or 9.60% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD32 is #0522CD. Grayscale: #D2D2D2. Windows color (decimal): -336590 or 3333626. OLE color: 3333626.
HSL color Cylindrical-coordinate representation of color #FADD32: hue angle of 51.3º 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 #FADD32 is Cyan = 0, Magento = 0.12, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 50 | - |
| CMYK | 0 | 0.12 | 0.8 | 0.02 |
| HSL | 51.3º | 0.95% | 0.59% | - |
| HSV(B) | 51.3º | 0.8% | 0.98% | - |
| XYZ | 65.86 | 72.27 | 13.5 | - |
| YUV | 210.18 | 37.61 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 50 | 0 | 0.12 | 0.8 | 0.02 | 51.3 | 0.95 | 0.59 |
| Hex | FA | DD | 32 | 0 | C | 50 | 2 | 33 | 5F | 3B |
| Octal | 372 | 335 | 62 | 0 | 14 | 120 | 2 | 63 | 137 | 73 |
| Binary | 11111010 | 11011101 | 110010 | 0 | 1100 | 1010000 | 10 | 110011 | 1011111 | 111011 |
Color Harmonies of #FADD32
Complementary color
Monochromatic Colors of #FADD32
Black with #FADD32
Text Example
Text Example
White with #FADD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD32; }
p { color: rgb(250,221,50); }
H1.HeaderClassName
{
color: #FADD32;
}
.AnyTagClassName
{
color: #FADD32;
}
</style>
background-color css
<style>
a { background-color: #FADD32; }
a { background-color: rgb(250,221,50); }
div.DivClassName
{
background-color: #FADD32;
}
.BgClassName
{
background-color: #FADD32;
}
</style>
border-color css
<style>
span { border-color: #FADD32; }
span { border-color: rgb(250,221,50); }
td.TdClassName
{
border-color: #FADD32;
}
.TagClassName
{
border-color: #FADD32;
}
</style>