Shades of Gorse #FADC36
Tints of Gorse #FADC36
RGB
CMYK
RGB Variations
Color information
#FADC36 (or 0xFADC36) is known color: Gorse. HEX triplet: FA, DC and 36. RGB value is (250,220,54). Sum of RGB (Red+Green+Blue) = 250+220+54=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 54 (21.48% from 255 or 10.31% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FADC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FADC36 is #0523C9. Grayscale: #D2D2D2. Windows color (decimal): -336842 or 3595514. OLE color: 3595514.
HSL color Cylindrical-coordinate representation of color #FADC36: hue angle of 50.82º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FADC36 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 220 | 54 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.02 |
| HSL | 50.82º | 0.95% | 0.6% | - |
| HSV(B) | 50.82º | 0.78% | 0.98% | - |
| XYZ | 65.68 | 71.78 | 13.88 | - |
| YUV | 210.05 | 39.94 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 220 | 54 | 0 | 0.12 | 0.78 | 0.02 | 50.82 | 0.95 | 0.6 |
| Hex | FA | DC | 36 | 0 | C | 4E | 2 | 33 | 5F | 3C |
| Octal | 372 | 334 | 66 | 0 | 14 | 116 | 2 | 63 | 137 | 74 |
| Binary | 11111010 | 11011100 | 110110 | 0 | 1100 | 1001110 | 10 | 110011 | 1011111 | 111100 |
Color Harmonies of #FADC36
Complementary color
Monochromatic Colors of #FADC36
Black with #FADC36
Text Example
Text Example
White with #FADC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADC36; }
p { color: rgb(250,220,54); }
H1.HeaderClassName
{
color: #FADC36;
}
.AnyTagClassName
{
color: #FADC36;
}
</style>
background-color css
<style>
a { background-color: #FADC36; }
a { background-color: rgb(250,220,54); }
div.DivClassName
{
background-color: #FADC36;
}
.BgClassName
{
background-color: #FADC36;
}
</style>
border-color css
<style>
span { border-color: #FADC36; }
span { border-color: rgb(250,220,54); }
td.TdClassName
{
border-color: #FADC36;
}
.TagClassName
{
border-color: #FADC36;
}
</style>