Shades of Gorse #FAE62C
Tints of Gorse #FAE62C
RGB
CMYK
RGB Variations
Color information
#FAE62C (or 0xFAE62C) is known color: Gorse. HEX triplet: FA, E6 and 2C. RGB value is (250,230,44). Sum of RGB (Red+Green+Blue) = 250+230+44=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 44 (17.58% from 255 or 8.40% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE62C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE62C is #0519D3. Grayscale: #D7D7D7. Windows color (decimal): -334292 or 2942714. OLE color: 2942714.
HSL color Cylindrical-coordinate representation of color #FAE62C: hue angle of 54.17º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAE62C is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 44 | - |
| CMYK | 0 | 0.08 | 0.82 | 0.02 |
| HSL | 54.17º | 0.95% | 0.58% | - |
| HSV(B) | 54.17º | 0.82% | 0.98% | - |
| XYZ | 68.18 | 77.1 | 13.67 | - |
| YUV | 214.78 | 31.63 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 44 | 0 | 0.08 | 0.82 | 0.02 | 54.17 | 0.95 | 0.58 |
| Hex | FA | E6 | 2C | 0 | 8 | 52 | 2 | 36 | 5F | 3A |
| Octal | 372 | 346 | 54 | 0 | 10 | 122 | 2 | 66 | 137 | 72 |
| Binary | 11111010 | 11100110 | 101100 | 0 | 1000 | 1010010 | 10 | 110110 | 1011111 | 111010 |
Color Harmonies of #FAE62C
Complementary color
Monochromatic Colors of #FAE62C
Black with #FAE62C
Text Example
Text Example
White with #FAE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE62C; }
p { color: rgb(250,230,44); }
H1.HeaderClassName
{
color: #FAE62C;
}
.AnyTagClassName
{
color: #FAE62C;
}
</style>
background-color css
<style>
a { background-color: #FAE62C; }
a { background-color: rgb(250,230,44); }
div.DivClassName
{
background-color: #FAE62C;
}
.BgClassName
{
background-color: #FAE62C;
}
</style>
border-color css
<style>
span { border-color: #FAE62C; }
span { border-color: rgb(250,230,44); }
td.TdClassName
{
border-color: #FAE62C;
}
.TagClassName
{
border-color: #FAE62C;
}
</style>