Shades of Gorse #FAE045
Tints of Gorse #FAE045
RGB
CMYK
RGB Variations
Color information
#FAE045 (or 0xFAE045) is known color: Gorse. HEX triplet: FA, E0 and 45. RGB value is (250,224,69). Sum of RGB (Red+Green+Blue) = 250+224+69=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 224 (87.89% from 255 or 41.25% from 543); Blue value is 69 (27.34% from 255 or 12.71% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE045 is #051FBA. Grayscale: #D6D6D6. Windows color (decimal): -335803 or 4579578. OLE color: 4579578.
HSL color Cylindrical-coordinate representation of color #FAE045: hue angle of 51.38º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAE045 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 69 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.02 |
| HSL | 51.38º | 0.95% | 0.63% | - |
| HSV(B) | 51.38º | 0.72% | 0.98% | - |
| XYZ | 67.15 | 74.06 | 16.39 | - |
| YUV | 214.1 | 46.11 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 69 | 0 | 0.10 | 0.72 | 0.02 | 51.38 | 0.95 | 0.63 |
| Hex | FA | E0 | 45 | 0 | A | 48 | 2 | 33 | 5F | 3F |
| Octal | 372 | 340 | 105 | 0 | 12 | 110 | 2 | 63 | 137 | 77 |
| Binary | 11111010 | 11100000 | 1000101 | 0 | 1010 | 1001000 | 10 | 110011 | 1011111 | 111111 |
Color Harmonies of #FAE045
Complementary color
Monochromatic Colors of #FAE045
Black with #FAE045
Text Example
Text Example
White with #FAE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE045; }
p { color: rgb(250,224,69); }
H1.HeaderClassName
{
color: #FAE045;
}
.AnyTagClassName
{
color: #FAE045;
}
</style>
background-color css
<style>
a { background-color: #FAE045; }
a { background-color: rgb(250,224,69); }
div.DivClassName
{
background-color: #FAE045;
}
.BgClassName
{
background-color: #FAE045;
}
</style>
border-color css
<style>
span { border-color: #FAE045; }
span { border-color: rgb(250,224,69); }
td.TdClassName
{
border-color: #FAE045;
}
.TagClassName
{
border-color: #FAE045;
}
</style>