Shades of Gorse #FADF25
Tints of Gorse #FADF25
RGB
CMYK
RGB Variations
Color information
#FADF25 (or 0xFADF25) is known color: Gorse. HEX triplet: FA, DF and 25. RGB value is (250,223,37). Sum of RGB (Red+Green+Blue) = 250+223+37=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 37 (14.84% from 255 or 7.25% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF25 is #0520DA. Grayscale: #D2D2D2. Windows color (decimal): -336091 or 2482170. OLE color: 2482170.
HSL color Cylindrical-coordinate representation of color #FADF25: hue angle of 52.39º degrees, saturation: 0.96, 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 #FADF25 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 37 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.02 |
| HSL | 52.39º | 0.96% | 0.56% | - |
| HSV(B) | 52.39º | 0.85% | 0.98% | - |
| XYZ | 66.15 | 73.23 | 12.4 | - |
| YUV | 209.87 | 30.45 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 37 | 0 | 0.11 | 0.85 | 0.02 | 52.39 | 0.96 | 0.56 |
| Hex | FA | DF | 25 | 0 | B | 55 | 2 | 34 | 60 | 38 |
| Octal | 372 | 337 | 45 | 0 | 13 | 125 | 2 | 64 | 140 | 70 |
| Binary | 11111010 | 11011111 | 100101 | 0 | 1011 | 1010101 | 10 | 110100 | 1100000 | 111000 |
Color Harmonies of #FADF25
Complementary color
Monochromatic Colors of #FADF25
Black with #FADF25
Text Example
Text Example
White with #FADF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF25; }
p { color: rgb(250,223,37); }
H1.HeaderClassName
{
color: #FADF25;
}
.AnyTagClassName
{
color: #FADF25;
}
</style>
background-color css
<style>
a { background-color: #FADF25; }
a { background-color: rgb(250,223,37); }
div.DivClassName
{
background-color: #FADF25;
}
.BgClassName
{
background-color: #FADF25;
}
</style>
border-color css
<style>
span { border-color: #FADF25; }
span { border-color: rgb(250,223,37); }
td.TdClassName
{
border-color: #FADF25;
}
.TagClassName
{
border-color: #FADF25;
}
</style>