Shades of Gorse #FADC28
Tints of Gorse #FADC28
RGB
CMYK
RGB Variations
Color information
#FADC28 (or 0xFADC28) is known color: Gorse. HEX triplet: FA, DC and 28. RGB value is (250,220,40). Sum of RGB (Red+Green+Blue) = 250+220+40=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 40 (16.02% from 255 or 7.84% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC28 is #0523D7. Grayscale: #D1D1D1. Windows color (decimal): -336856 or 2678010. OLE color: 2678010.
HSL color Cylindrical-coordinate representation of color #FADC28: hue angle of 51.43º 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 #FADC28 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 40 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.02 |
| HSL | 51.43º | 0.95% | 0.57% | - |
| HSV(B) | 51.43º | 0.84% | 0.98% | - |
| XYZ | 65.4 | 71.66 | 12.39 | - |
| YUV | 208.45 | 32.94 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 40 | 0 | 0.12 | 0.84 | 0.02 | 51.43 | 0.95 | 0.57 |
| Hex | FA | DC | 28 | 0 | C | 54 | 2 | 33 | 5F | 39 |
| Octal | 372 | 334 | 50 | 0 | 14 | 124 | 2 | 63 | 137 | 71 |
| Binary | 11111010 | 11011100 | 101000 | 0 | 1100 | 1010100 | 10 | 110011 | 1011111 | 111001 |
Color Harmonies of #FADC28
Complementary color
Monochromatic Colors of #FADC28
Black with #FADC28
Text Example
Text Example
White with #FADC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC28; }
p { color: rgb(250,220,40); }
H1.HeaderClassName
{
color: #FADC28;
}
.AnyTagClassName
{
color: #FADC28;
}
</style>
background-color css
<style>
a { background-color: #FADC28; }
a { background-color: rgb(250,220,40); }
div.DivClassName
{
background-color: #FADC28;
}
.BgClassName
{
background-color: #FADC28;
}
</style>
border-color css
<style>
span { border-color: #FADC28; }
span { border-color: rgb(250,220,40); }
td.TdClassName
{
border-color: #FADC28;
}
.TagClassName
{
border-color: #FADC28;
}
</style>