Shades of Gorse #FAE62F
Tints of Gorse #FAE62F
RGB
CMYK
RGB Variations
Color information
#FAE62F (or 0xFAE62F) is known color: Gorse. HEX triplet: FA, E6 and 2F. RGB value is (250,230,47). Sum of RGB (Red+Green+Blue) = 250+230+47=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 47 (18.75% from 255 or 8.92% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE62F is #0519D0. Grayscale: #D7D7D7. Windows color (decimal): -334289 or 3139322. OLE color: 3139322.
HSL color Cylindrical-coordinate representation of color #FAE62F: hue angle of 54.09º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAE62F is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 47 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.02 |
| HSL | 54.09º | 0.95% | 0.58% | - |
| HSV(B) | 54.09º | 0.81% | 0.98% | - |
| XYZ | 68.23 | 77.12 | 13.98 | - |
| YUV | 215.12 | 33.13 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 47 | 0 | 0.08 | 0.81 | 0.02 | 54.09 | 0.95 | 0.58 |
| Hex | FA | E6 | 2F | 0 | 8 | 51 | 2 | 36 | 5F | 3A |
| Octal | 372 | 346 | 57 | 0 | 10 | 121 | 2 | 66 | 137 | 72 |
| Binary | 11111010 | 11100110 | 101111 | 0 | 1000 | 1010001 | 10 | 110110 | 1011111 | 111010 |
Color Harmonies of #FAE62F
Complementary color
Monochromatic Colors of #FAE62F
Black with #FAE62F
Text Example
Text Example
White with #FAE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE62F; }
p { color: rgb(250,230,47); }
H1.HeaderClassName
{
color: #FAE62F;
}
.AnyTagClassName
{
color: #FAE62F;
}
</style>
background-color css
<style>
a { background-color: #FAE62F; }
a { background-color: rgb(250,230,47); }
div.DivClassName
{
background-color: #FAE62F;
}
.BgClassName
{
background-color: #FAE62F;
}
</style>
border-color css
<style>
span { border-color: #FAE62F; }
span { border-color: rgb(250,230,47); }
td.TdClassName
{
border-color: #FAE62F;
}
.TagClassName
{
border-color: #FAE62F;
}
</style>