Shades of Gorse #FAE83A
Tints of Gorse #FAE83A
RGB
CMYK
RGB Variations
Color information
#FAE83A (or 0xFAE83A) is known color: Gorse. HEX triplet: FA, E8 and 3A. RGB value is (250,232,58). Sum of RGB (Red+Green+Blue) = 250+232+58=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 58 (23.05% from 255 or 10.74% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE83A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE83A is #0517C5. Grayscale: #DADADA. Windows color (decimal): -333766 or 3860730. OLE color: 3860730.
HSL color Cylindrical-coordinate representation of color #FAE83A: hue angle of 54.38º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAE83A is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 58 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.02 |
| HSL | 54.38º | 0.95% | 0.6% | - |
| HSV(B) | 54.38º | 0.77% | 0.98% | - |
| XYZ | 69.04 | 78.34 | 15.49 | - |
| YUV | 217.55 | 37.96 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 58 | 0 | 0.07 | 0.77 | 0.02 | 54.38 | 0.95 | 0.6 |
| Hex | FA | E8 | 3A | 0 | 7 | 4D | 2 | 36 | 5F | 3C |
| Octal | 372 | 350 | 72 | 0 | 7 | 115 | 2 | 66 | 137 | 74 |
| Binary | 11111010 | 11101000 | 111010 | 0 | 111 | 1001101 | 10 | 110110 | 1011111 | 111100 |
Color Harmonies of #FAE83A
Complementary color
Monochromatic Colors of #FAE83A
Black with #FAE83A
Text Example
Text Example
White with #FAE83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE83A; }
p { color: rgb(250,232,58); }
H1.HeaderClassName
{
color: #FAE83A;
}
.AnyTagClassName
{
color: #FAE83A;
}
</style>
background-color css
<style>
a { background-color: #FAE83A; }
a { background-color: rgb(250,232,58); }
div.DivClassName
{
background-color: #FAE83A;
}
.BgClassName
{
background-color: #FAE83A;
}
</style>
border-color css
<style>
span { border-color: #FAE83A; }
span { border-color: rgb(250,232,58); }
td.TdClassName
{
border-color: #FAE83A;
}
.TagClassName
{
border-color: #FAE83A;
}
</style>