Shades of Gorse #FADD28
Tints of Gorse #FADD28
RGB
CMYK
RGB Variations
Color information
#FADD28 (or 0xFADD28) is known color: Gorse. HEX triplet: FA, DD and 28. RGB value is (250,221,40). Sum of RGB (Red+Green+Blue) = 250+221+40=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD28 is #0522D7. Grayscale: #D1D1D1. Windows color (decimal): -336600 or 2678266. OLE color: 2678266.
HSL color Cylindrical-coordinate representation of color #FADD28: hue angle of 51.71º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FADD28 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 40 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.02 |
| HSL | 51.71º | 0.95% | 0.57% | - |
| HSV(B) | 51.71º | 0.84% | 0.98% | - |
| XYZ | 65.66 | 72.19 | 12.48 | - |
| YUV | 209.04 | 32.61 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 40 | 0 | 0.12 | 0.84 | 0.02 | 51.71 | 0.95 | 0.57 |
| Hex | FA | DD | 28 | 0 | C | 54 | 2 | 34 | 5F | 39 |
| Octal | 372 | 335 | 50 | 0 | 14 | 124 | 2 | 64 | 137 | 71 |
| Binary | 11111010 | 11011101 | 101000 | 0 | 1100 | 1010100 | 10 | 110100 | 1011111 | 111001 |
Color Harmonies of #FADD28
Complementary color
Monochromatic Colors of #FADD28
Black with #FADD28
Text Example
Text Example
White with #FADD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD28; }
p { color: rgb(250,221,40); }
H1.HeaderClassName
{
color: #FADD28;
}
.AnyTagClassName
{
color: #FADD28;
}
</style>
background-color css
<style>
a { background-color: #FADD28; }
a { background-color: rgb(250,221,40); }
div.DivClassName
{
background-color: #FADD28;
}
.BgClassName
{
background-color: #FADD28;
}
</style>
border-color css
<style>
span { border-color: #FADD28; }
span { border-color: rgb(250,221,40); }
td.TdClassName
{
border-color: #FADD28;
}
.TagClassName
{
border-color: #FADD28;
}
</style>