Shades of Gorse #FADF39
Tints of Gorse #FADF39
RGB
CMYK
RGB Variations
Color information
#FADF39 (or 0xFADF39) is known color: Gorse. HEX triplet: FA, DF and 39. RGB value is (250,223,57). Sum of RGB (Red+Green+Blue) = 250+223+57=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 57 (22.66% from 255 or 10.75% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF39 is #0520C6. Grayscale: #D4D4D4. Windows color (decimal): -336071 or 3792890. OLE color: 3792890.
HSL color Cylindrical-coordinate representation of color #FADF39: hue angle of 51.61º 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 #FADF39 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 57 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.02 |
| HSL | 51.61º | 0.95% | 0.6% | - |
| HSV(B) | 51.61º | 0.77% | 0.98% | - |
| XYZ | 66.55 | 73.39 | 14.53 | - |
| YUV | 212.15 | 40.45 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 57 | 0 | 0.11 | 0.77 | 0.02 | 51.61 | 0.95 | 0.6 |
| Hex | FA | DF | 39 | 0 | B | 4D | 2 | 34 | 5F | 3C |
| Octal | 372 | 337 | 71 | 0 | 13 | 115 | 2 | 64 | 137 | 74 |
| Binary | 11111010 | 11011111 | 111001 | 0 | 1011 | 1001101 | 10 | 110100 | 1011111 | 111100 |
Color Harmonies of #FADF39
Complementary color
Monochromatic Colors of #FADF39
Black with #FADF39
Text Example
Text Example
White with #FADF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF39; }
p { color: rgb(250,223,57); }
H1.HeaderClassName
{
color: #FADF39;
}
.AnyTagClassName
{
color: #FADF39;
}
</style>
background-color css
<style>
a { background-color: #FADF39; }
a { background-color: rgb(250,223,57); }
div.DivClassName
{
background-color: #FADF39;
}
.BgClassName
{
background-color: #FADF39;
}
</style>
border-color css
<style>
span { border-color: #FADF39; }
span { border-color: rgb(250,223,57); }
td.TdClassName
{
border-color: #FADF39;
}
.TagClassName
{
border-color: #FADF39;
}
</style>