Shades of Gorse #FAE540
Tints of Gorse #FAE540
RGB
CMYK
RGB Variations
Color information
#FAE540 (or 0xFAE540) is known color: Gorse. HEX triplet: FA, E5 and 40. RGB value is (250,229,64). Sum of RGB (Red+Green+Blue) = 250+229+64=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 64 (25.39% from 255 or 11.79% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE540 is #051ABF. Grayscale: #D9D9D9. Windows color (decimal): -334528 or 4253178. OLE color: 4253178.
HSL color Cylindrical-coordinate representation of color #FAE540: hue angle of 53.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAE540 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 64 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.02 |
| HSL | 53.23º | 0.95% | 0.62% | - |
| HSV(B) | 53.23º | 0.74% | 0.98% | - |
| XYZ | 68.37 | 76.73 | 16.06 | - |
| YUV | 216.47 | 41.96 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 64 | 0 | 0.08 | 0.74 | 0.02 | 53.23 | 0.95 | 0.62 |
| Hex | FA | E5 | 40 | 0 | 8 | 4A | 2 | 35 | 5F | 3E |
| Octal | 372 | 345 | 100 | 0 | 10 | 112 | 2 | 65 | 137 | 76 |
| Binary | 11111010 | 11100101 | 1000000 | 0 | 1000 | 1001010 | 10 | 110101 | 1011111 | 111110 |
Color Harmonies of #FAE540
Complementary color
Monochromatic Colors of #FAE540
Black with #FAE540
Text Example
Text Example
White with #FAE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE540; }
p { color: rgb(250,229,64); }
H1.HeaderClassName
{
color: #FAE540;
}
.AnyTagClassName
{
color: #FAE540;
}
</style>
background-color css
<style>
a { background-color: #FAE540; }
a { background-color: rgb(250,229,64); }
div.DivClassName
{
background-color: #FAE540;
}
.BgClassName
{
background-color: #FAE540;
}
</style>
border-color css
<style>
span { border-color: #FAE540; }
span { border-color: rgb(250,229,64); }
td.TdClassName
{
border-color: #FAE540;
}
.TagClassName
{
border-color: #FAE540;
}
</style>