Shades of Gorse #FADF26
Tints of Gorse #FADF26
RGB
CMYK
RGB Variations
Color information
#FADF26 (or 0xFADF26) is known color: Gorse. HEX triplet: FA, DF and 26. RGB value is (250,223,38). Sum of RGB (Red+Green+Blue) = 250+223+38=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 38 (15.23% from 255 or 7.44% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF26 is #0520D9. Grayscale: #D2D2D2. Windows color (decimal): -336090 or 2547706. OLE color: 2547706.
HSL color Cylindrical-coordinate representation of color #FADF26: hue angle of 52.36º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FADF26 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 38 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.02 |
| HSL | 52.36º | 0.95% | 0.56% | - |
| HSV(B) | 52.36º | 0.85% | 0.98% | - |
| XYZ | 66.16 | 73.24 | 12.48 | - |
| YUV | 209.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 38 | 0 | 0.11 | 0.85 | 0.02 | 52.36 | 0.95 | 0.56 |
| Hex | FA | DF | 26 | 0 | B | 55 | 2 | 34 | 5F | 38 |
| Octal | 372 | 337 | 46 | 0 | 13 | 125 | 2 | 64 | 137 | 70 |
| Binary | 11111010 | 11011111 | 100110 | 0 | 1011 | 1010101 | 10 | 110100 | 1011111 | 111000 |
Color Harmonies of #FADF26
Complementary color
Monochromatic Colors of #FADF26
Black with #FADF26
Text Example
Text Example
White with #FADF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF26; }
p { color: rgb(250,223,38); }
H1.HeaderClassName
{
color: #FADF26;
}
.AnyTagClassName
{
color: #FADF26;
}
</style>
background-color css
<style>
a { background-color: #FADF26; }
a { background-color: rgb(250,223,38); }
div.DivClassName
{
background-color: #FADF26;
}
.BgClassName
{
background-color: #FADF26;
}
</style>
border-color css
<style>
span { border-color: #FADF26; }
span { border-color: rgb(250,223,38); }
td.TdClassName
{
border-color: #FADF26;
}
.TagClassName
{
border-color: #FADF26;
}
</style>