Shades of Gorse #FAE324
Tints of Gorse #FAE324
RGB
CMYK
RGB Variations
Color information
#FAE324 (or 0xFAE324) is known color: Gorse. HEX triplet: FA, E3 and 24. RGB value is (250,227,36). Sum of RGB (Red+Green+Blue) = 250+227+36=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 36 (14.45% from 255 or 7.02% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE324 is #051CDB. Grayscale: #D4D4D4. Windows color (decimal): -335068 or 2417658. OLE color: 2417658.
HSL color Cylindrical-coordinate representation of color #FAE324: hue angle of 53.55º 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 #FAE324 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 36 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.02 |
| HSL | 53.55º | 0.96% | 0.56% | - |
| HSV(B) | 53.55º | 0.86% | 0.98% | - |
| XYZ | 67.21 | 75.39 | 12.68 | - |
| YUV | 212.1 | 28.62 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 36 | 0 | 0.09 | 0.86 | 0.02 | 53.55 | 0.96 | 0.56 |
| Hex | FA | E3 | 24 | 0 | 9 | 56 | 2 | 36 | 60 | 38 |
| Octal | 372 | 343 | 44 | 0 | 11 | 126 | 2 | 66 | 140 | 70 |
| Binary | 11111010 | 11100011 | 100100 | 0 | 1001 | 1010110 | 10 | 110110 | 1100000 | 111000 |
Color Harmonies of #FAE324
Complementary color
Monochromatic Colors of #FAE324
Black with #FAE324
Text Example
Text Example
White with #FAE324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE324; }
p { color: rgb(250,227,36); }
H1.HeaderClassName
{
color: #FAE324;
}
.AnyTagClassName
{
color: #FAE324;
}
</style>
background-color css
<style>
a { background-color: #FAE324; }
a { background-color: rgb(250,227,36); }
div.DivClassName
{
background-color: #FAE324;
}
.BgClassName
{
background-color: #FAE324;
}
</style>
border-color css
<style>
span { border-color: #FAE324; }
span { border-color: rgb(250,227,36); }
td.TdClassName
{
border-color: #FAE324;
}
.TagClassName
{
border-color: #FAE324;
}
</style>