Shades of Gorse #FADD41
Tints of Gorse #FADD41
RGB
CMYK
RGB Variations
Color information
#FADD41 (or 0xFADD41) is known color: Gorse. HEX triplet: FA, DD and 41. RGB value is (250,221,65). Sum of RGB (Red+Green+Blue) = 250+221+65=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 65 (25.78% from 255 or 12.13% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADD41 is #0522BE. Grayscale: #D4D4D4. Windows color (decimal): -336575 or 4316666. OLE color: 4316666.
HSL color Cylindrical-coordinate representation of color #FADD41: hue angle of 50.59º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FADD41 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 65 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.02 |
| HSL | 50.59º | 0.95% | 0.62% | - |
| HSV(B) | 50.59º | 0.74% | 0.98% | - |
| XYZ | 66.23 | 72.42 | 15.49 | - |
| YUV | 211.89 | 45.11 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 65 | 0 | 0.12 | 0.74 | 0.02 | 50.59 | 0.95 | 0.62 |
| Hex | FA | DD | 41 | 0 | C | 4A | 2 | 33 | 5F | 3E |
| Octal | 372 | 335 | 101 | 0 | 14 | 112 | 2 | 63 | 137 | 76 |
| Binary | 11111010 | 11011101 | 1000001 | 0 | 1100 | 1001010 | 10 | 110011 | 1011111 | 111110 |
Color Harmonies of #FADD41
Complementary color
Monochromatic Colors of #FADD41
Black with #FADD41
Text Example
Text Example
White with #FADD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADD41; }
p { color: rgb(250,221,65); }
H1.HeaderClassName
{
color: #FADD41;
}
.AnyTagClassName
{
color: #FADD41;
}
</style>
background-color css
<style>
a { background-color: #FADD41; }
a { background-color: rgb(250,221,65); }
div.DivClassName
{
background-color: #FADD41;
}
.BgClassName
{
background-color: #FADD41;
}
</style>
border-color css
<style>
span { border-color: #FADD41; }
span { border-color: rgb(250,221,65); }
td.TdClassName
{
border-color: #FADD41;
}
.TagClassName
{
border-color: #FADD41;
}
</style>