Shades of Gorse #FADD33
Tints of Gorse #FADD33
RGB
CMYK
RGB Variations
Color information
#FADD33 (or 0xFADD33) is known color: Gorse. HEX triplet: FA, DD and 33. RGB value is (250,221,51). Sum of RGB (Red+Green+Blue) = 250+221+51=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 51 (20.31% from 255 or 9.77% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD33 is #0522CC. Grayscale: #D3D3D3. Windows color (decimal): -336589 or 3399162. OLE color: 3399162.
HSL color Cylindrical-coordinate representation of color #FADD33: hue angle of 51.26º 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 #FADD33 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 51 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.02 |
| HSL | 51.26º | 0.95% | 0.59% | - |
| HSV(B) | 51.26º | 0.8% | 0.98% | - |
| XYZ | 65.88 | 72.28 | 13.61 | - |
| YUV | 210.29 | 38.11 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 51 | 0 | 0.12 | 0.80 | 0.02 | 51.26 | 0.95 | 0.59 |
| Hex | FA | DD | 33 | 0 | C | 50 | 2 | 33 | 5F | 3B |
| Octal | 372 | 335 | 63 | 0 | 14 | 120 | 2 | 63 | 137 | 73 |
| Binary | 11111010 | 11011101 | 110011 | 0 | 1100 | 1010000 | 10 | 110011 | 1011111 | 111011 |
Color Harmonies of #FADD33
Complementary color
Monochromatic Colors of #FADD33
Black with #FADD33
Text Example
Text Example
White with #FADD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD33; }
p { color: rgb(250,221,51); }
H1.HeaderClassName
{
color: #FADD33;
}
.AnyTagClassName
{
color: #FADD33;
}
</style>
background-color css
<style>
a { background-color: #FADD33; }
a { background-color: rgb(250,221,51); }
div.DivClassName
{
background-color: #FADD33;
}
.BgClassName
{
background-color: #FADD33;
}
</style>
border-color css
<style>
span { border-color: #FADD33; }
span { border-color: rgb(250,221,51); }
td.TdClassName
{
border-color: #FADD33;
}
.TagClassName
{
border-color: #FADD33;
}
</style>