Shades of Gorse #FADD3A
Tints of Gorse #FADD3A
RGB
CMYK
RGB Variations
Color information
#FADD3A (or 0xFADD3A) is known color: Gorse. HEX triplet: FA, DD and 3A. RGB value is (250,221,58). Sum of RGB (Red+Green+Blue) = 250+221+58=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 58 (23.05% from 255 or 10.96% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD3A is #0522C5. Grayscale: #D3D3D3. Windows color (decimal): -336582 or 3857914. OLE color: 3857914.
HSL color Cylindrical-coordinate representation of color #FADD3A: hue angle of 50.94º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FADD3A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.02 |
| HSL | 50.94º | 0.95% | 0.6% | - |
| HSV(B) | 50.94º | 0.77% | 0.98% | - |
| XYZ | 66.04 | 72.34 | 14.49 | - |
| YUV | 211.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 58 | 0 | 0.12 | 0.77 | 0.02 | 50.94 | 0.95 | 0.6 |
| Hex | FA | DD | 3A | 0 | C | 4D | 2 | 33 | 5F | 3C |
| Octal | 372 | 335 | 72 | 0 | 14 | 115 | 2 | 63 | 137 | 74 |
| Binary | 11111010 | 11011101 | 111010 | 0 | 1100 | 1001101 | 10 | 110011 | 1011111 | 111100 |
Color Harmonies of #FADD3A
Complementary color
Monochromatic Colors of #FADD3A
Black with #FADD3A
Text Example
Text Example
White with #FADD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD3A; }
p { color: rgb(250,221,58); }
H1.HeaderClassName
{
color: #FADD3A;
}
.AnyTagClassName
{
color: #FADD3A;
}
</style>
background-color css
<style>
a { background-color: #FADD3A; }
a { background-color: rgb(250,221,58); }
div.DivClassName
{
background-color: #FADD3A;
}
.BgClassName
{
background-color: #FADD3A;
}
</style>
border-color css
<style>
span { border-color: #FADD3A; }
span { border-color: rgb(250,221,58); }
td.TdClassName
{
border-color: #FADD3A;
}
.TagClassName
{
border-color: #FADD3A;
}
</style>