Shades of Gorse #FAE027
Tints of Gorse #FAE027
RGB
CMYK
RGB Variations
Color information
#FAE027 (or 0xFAE027) is known color: Gorse. HEX triplet: FA, E0 and 27. RGB value is (250,224,39). Sum of RGB (Red+Green+Blue) = 250+224+39=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 39 (15.62% from 255 or 7.60% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE027 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE027 is #051FD8. Grayscale: #D3D3D3. Windows color (decimal): -335833 or 2613498. OLE color: 2613498.
HSL color Cylindrical-coordinate representation of color #FAE027: hue angle of 52.61º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAE027 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 39 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.02 |
| HSL | 52.61º | 0.95% | 0.57% | - |
| HSV(B) | 52.61º | 0.84% | 0.98% | - |
| XYZ | 66.45 | 73.78 | 12.66 | - |
| YUV | 210.68 | 31.11 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 39 | 0 | 0.10 | 0.84 | 0.02 | 52.61 | 0.95 | 0.57 |
| Hex | FA | E0 | 27 | 0 | A | 54 | 2 | 35 | 5F | 39 |
| Octal | 372 | 340 | 47 | 0 | 12 | 124 | 2 | 65 | 137 | 71 |
| Binary | 11111010 | 11100000 | 100111 | 0 | 1010 | 1010100 | 10 | 110101 | 1011111 | 111001 |
Color Harmonies of #FAE027
Complementary color
Monochromatic Colors of #FAE027
Black with #FAE027
Text Example
Text Example
White with #FAE027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE027; }
p { color: rgb(250,224,39); }
H1.HeaderClassName
{
color: #FAE027;
}
.AnyTagClassName
{
color: #FAE027;
}
</style>
background-color css
<style>
a { background-color: #FAE027; }
a { background-color: rgb(250,224,39); }
div.DivClassName
{
background-color: #FAE027;
}
.BgClassName
{
background-color: #FAE027;
}
</style>
border-color css
<style>
span { border-color: #FAE027; }
span { border-color: rgb(250,224,39); }
td.TdClassName
{
border-color: #FAE027;
}
.TagClassName
{
border-color: #FAE027;
}
</style>