Shades of Gorse #FAE232
Tints of Gorse #FAE232
RGB
CMYK
RGB Variations
Color information
#FAE232 (or 0xFAE232) is known color: Gorse. HEX triplet: FA, E2 and 32. RGB value is (250,226,50). Sum of RGB (Red+Green+Blue) = 250+226+50=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE232 is #051DCD. Grayscale: #D5D5D5. Windows color (decimal): -335310 or 3334906. OLE color: 3334906.
HSL color Cylindrical-coordinate representation of color #FAE232: hue angle of 52.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAE232 is Cyan = 0, Magento = 0.10, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 50 | - |
| CMYK | 0 | 0.10 | 0.8 | 0.02 |
| HSL | 52.8º | 0.95% | 0.59% | - |
| HSV(B) | 52.8º | 0.8% | 0.98% | - |
| XYZ | 67.2 | 74.95 | 13.94 | - |
| YUV | 213.11 | 35.95 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 50 | 0 | 0.10 | 0.8 | 0.02 | 52.8 | 0.95 | 0.59 |
| Hex | FA | E2 | 32 | 0 | A | 50 | 2 | 35 | 5F | 3B |
| Octal | 372 | 342 | 62 | 0 | 12 | 120 | 2 | 65 | 137 | 73 |
| Binary | 11111010 | 11100010 | 110010 | 0 | 1010 | 1010000 | 10 | 110101 | 1011111 | 111011 |
Color Harmonies of #FAE232
Complementary color
Monochromatic Colors of #FAE232
Black with #FAE232
Text Example
Text Example
White with #FAE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE232; }
p { color: rgb(250,226,50); }
H1.HeaderClassName
{
color: #FAE232;
}
.AnyTagClassName
{
color: #FAE232;
}
</style>
background-color css
<style>
a { background-color: #FAE232; }
a { background-color: rgb(250,226,50); }
div.DivClassName
{
background-color: #FAE232;
}
.BgClassName
{
background-color: #FAE232;
}
</style>
border-color css
<style>
span { border-color: #FAE232; }
span { border-color: rgb(250,226,50); }
td.TdClassName
{
border-color: #FAE232;
}
.TagClassName
{
border-color: #FAE232;
}
</style>