Shades of Gorse #FAE424
Tints of Gorse #FAE424
RGB
CMYK
RGB Variations
Color information
#FAE424 (or 0xFAE424) is known color: Gorse. HEX triplet: FA, E4 and 24. RGB value is (250,228,36). Sum of RGB (Red+Green+Blue) = 250+228+36=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 228 (89.45% from 255 or 44.36% from 514); Blue value is 36 (14.45% from 255 or 7.00% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE424 is #051BDB. Grayscale: #D5D5D5. Windows color (decimal): -334812 or 2417914. OLE color: 2417914.
HSL color Cylindrical-coordinate representation of color #FAE424: hue angle of 53.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAE424 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 36 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.02 |
| HSL | 53.83º | 0.96% | 0.56% | - |
| HSV(B) | 53.83º | 0.86% | 0.98% | - |
| XYZ | 67.49 | 75.94 | 12.77 | - |
| YUV | 212.69 | 28.29 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 36 | 0 | 0.09 | 0.86 | 0.02 | 53.83 | 0.96 | 0.56 |
| Hex | FA | E4 | 24 | 0 | 9 | 56 | 2 | 36 | 60 | 38 |
| Octal | 372 | 344 | 44 | 0 | 11 | 126 | 2 | 66 | 140 | 70 |
| Binary | 11111010 | 11100100 | 100100 | 0 | 1001 | 1010110 | 10 | 110110 | 1100000 | 111000 |
Color Harmonies of #FAE424
Complementary color
Monochromatic Colors of #FAE424
Black with #FAE424
Text Example
Text Example
White with #FAE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE424; }
p { color: rgb(250,228,36); }
H1.HeaderClassName
{
color: #FAE424;
}
.AnyTagClassName
{
color: #FAE424;
}
</style>
background-color css
<style>
a { background-color: #FAE424; }
a { background-color: rgb(250,228,36); }
div.DivClassName
{
background-color: #FAE424;
}
.BgClassName
{
background-color: #FAE424;
}
</style>
border-color css
<style>
span { border-color: #FAE424; }
span { border-color: rgb(250,228,36); }
td.TdClassName
{
border-color: #FAE424;
}
.TagClassName
{
border-color: #FAE424;
}
</style>