Shades of Gorse #FADF28
Tints of Gorse #FADF28
RGB
CMYK
RGB Variations
Color information
#FADF28 (or 0xFADF28) is known color: Gorse. HEX triplet: FA, DF and 28. RGB value is (250,223,40). Sum of RGB (Red+Green+Blue) = 250+223+40=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADF28 is #0520D7. Grayscale: #D2D2D2. Windows color (decimal): -336088 or 2678778. OLE color: 2678778.
HSL color Cylindrical-coordinate representation of color #FADF28: hue angle of 52.29º 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 #FADF28 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 40 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.02 |
| HSL | 52.29º | 0.95% | 0.57% | - |
| HSV(B) | 52.29º | 0.84% | 0.98% | - |
| XYZ | 66.2 | 73.25 | 12.66 | - |
| YUV | 210.21 | 31.95 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 40 | 0 | 0.11 | 0.84 | 0.02 | 52.29 | 0.95 | 0.57 |
| Hex | FA | DF | 28 | 0 | B | 54 | 2 | 34 | 5F | 39 |
| Octal | 372 | 337 | 50 | 0 | 13 | 124 | 2 | 64 | 137 | 71 |
| Binary | 11111010 | 11011111 | 101000 | 0 | 1011 | 1010100 | 10 | 110100 | 1011111 | 111001 |
Color Harmonies of #FADF28
Complementary color
Monochromatic Colors of #FADF28
Black with #FADF28
Text Example
Text Example
White with #FADF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADF28; }
p { color: rgb(250,223,40); }
H1.HeaderClassName
{
color: #FADF28;
}
.AnyTagClassName
{
color: #FADF28;
}
</style>
background-color css
<style>
a { background-color: #FADF28; }
a { background-color: rgb(250,223,40); }
div.DivClassName
{
background-color: #FADF28;
}
.BgClassName
{
background-color: #FADF28;
}
</style>
border-color css
<style>
span { border-color: #FADF28; }
span { border-color: rgb(250,223,40); }
td.TdClassName
{
border-color: #FADF28;
}
.TagClassName
{
border-color: #FADF28;
}
</style>