Shades of Gorse #FADD27
Tints of Gorse #FADD27
RGB
CMYK
RGB Variations
Color information
#FADD27 (or 0xFADD27) is known color: Gorse. HEX triplet: FA, DD and 27. RGB value is (250,221,39). Sum of RGB (Red+Green+Blue) = 250+221+39=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 39 (15.62% from 255 or 7.65% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD27 is #0522D8. Grayscale: #D1D1D1. Windows color (decimal): -336601 or 2612730. OLE color: 2612730.
HSL color Cylindrical-coordinate representation of color #FADD27: hue angle of 51.75º 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 #FADD27 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 39 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.02 |
| HSL | 51.75º | 0.95% | 0.57% | - |
| HSV(B) | 51.75º | 0.84% | 0.98% | - |
| XYZ | 65.65 | 72.18 | 12.39 | - |
| YUV | 208.92 | 32.11 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 39 | 0 | 0.12 | 0.84 | 0.02 | 51.75 | 0.95 | 0.57 |
| Hex | FA | DD | 27 | 0 | C | 54 | 2 | 34 | 5F | 39 |
| Octal | 372 | 335 | 47 | 0 | 14 | 124 | 2 | 64 | 137 | 71 |
| Binary | 11111010 | 11011101 | 100111 | 0 | 1100 | 1010100 | 10 | 110100 | 1011111 | 111001 |
Color Harmonies of #FADD27
Complementary color
Monochromatic Colors of #FADD27
Black with #FADD27
Text Example
Text Example
White with #FADD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD27; }
p { color: rgb(250,221,39); }
H1.HeaderClassName
{
color: #FADD27;
}
.AnyTagClassName
{
color: #FADD27;
}
</style>
background-color css
<style>
a { background-color: #FADD27; }
a { background-color: rgb(250,221,39); }
div.DivClassName
{
background-color: #FADD27;
}
.BgClassName
{
background-color: #FADD27;
}
</style>
border-color css
<style>
span { border-color: #FADD27; }
span { border-color: rgb(250,221,39); }
td.TdClassName
{
border-color: #FADD27;
}
.TagClassName
{
border-color: #FADD27;
}
</style>