Shades of Gorse #FAE028
Tints of Gorse #FAE028
RGB
CMYK
RGB Variations
Color information
#FAE028 (or 0xFAE028) is known color: Gorse. HEX triplet: FA, E0 and 28. RGB value is (250,224,40). Sum of RGB (Red+Green+Blue) = 250+224+40=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 40 (16.02% from 255 or 7.78% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE028 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE028 is #051FD7. Grayscale: #D3D3D3. Windows color (decimal): -335832 or 2679034. OLE color: 2679034.
HSL color Cylindrical-coordinate representation of color #FAE028: hue angle of 52.57º 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 #FAE028 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 40 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.02 |
| HSL | 52.57º | 0.95% | 0.57% | - |
| HSV(B) | 52.57º | 0.84% | 0.98% | - |
| XYZ | 66.46 | 73.79 | 12.75 | - |
| YUV | 210.8 | 31.61 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 40 | 0 | 0.10 | 0.84 | 0.02 | 52.57 | 0.95 | 0.57 |
| Hex | FA | E0 | 28 | 0 | A | 54 | 2 | 35 | 5F | 39 |
| Octal | 372 | 340 | 50 | 0 | 12 | 124 | 2 | 65 | 137 | 71 |
| Binary | 11111010 | 11100000 | 101000 | 0 | 1010 | 1010100 | 10 | 110101 | 1011111 | 111001 |
Color Harmonies of #FAE028
Complementary color
Monochromatic Colors of #FAE028
Black with #FAE028
Text Example
Text Example
White with #FAE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE028; }
p { color: rgb(250,224,40); }
H1.HeaderClassName
{
color: #FAE028;
}
.AnyTagClassName
{
color: #FAE028;
}
</style>
background-color css
<style>
a { background-color: #FAE028; }
a { background-color: rgb(250,224,40); }
div.DivClassName
{
background-color: #FAE028;
}
.BgClassName
{
background-color: #FAE028;
}
</style>
border-color css
<style>
span { border-color: #FAE028; }
span { border-color: rgb(250,224,40); }
td.TdClassName
{
border-color: #FAE028;
}
.TagClassName
{
border-color: #FAE028;
}
</style>