Shades of Gorse #FAE82F
Tints of Gorse #FAE82F
RGB
CMYK
RGB Variations
Color information
#FAE82F (or 0xFAE82F) is known color: Gorse. HEX triplet: FA, E8 and 2F. RGB value is (250,232,47). Sum of RGB (Red+Green+Blue) = 250+232+47=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 47 (18.75% from 255 or 8.88% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE82F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAE82F is #0517D0. Grayscale: #D9D9D9. Windows color (decimal): -333777 or 3139834. OLE color: 3139834.
HSL color Cylindrical-coordinate representation of color #FAE82F: hue angle of 54.68º 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 #FAE82F is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 47 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.02 |
| HSL | 54.68º | 0.95% | 0.58% | - |
| HSV(B) | 54.68º | 0.81% | 0.98% | - |
| XYZ | 68.79 | 78.24 | 14.17 | - |
| YUV | 216.29 | 32.46 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 47 | 0 | 0.07 | 0.81 | 0.02 | 54.68 | 0.95 | 0.58 |
| Hex | FA | E8 | 2F | 0 | 7 | 51 | 2 | 37 | 5F | 3A |
| Octal | 372 | 350 | 57 | 0 | 7 | 121 | 2 | 67 | 137 | 72 |
| Binary | 11111010 | 11101000 | 101111 | 0 | 111 | 1010001 | 10 | 110111 | 1011111 | 111010 |
Color Harmonies of #FAE82F
Complementary color
Monochromatic Colors of #FAE82F
Black with #FAE82F
Text Example
Text Example
White with #FAE82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE82F; }
p { color: rgb(250,232,47); }
H1.HeaderClassName
{
color: #FAE82F;
}
.AnyTagClassName
{
color: #FAE82F;
}
</style>
background-color css
<style>
a { background-color: #FAE82F; }
a { background-color: rgb(250,232,47); }
div.DivClassName
{
background-color: #FAE82F;
}
.BgClassName
{
background-color: #FAE82F;
}
</style>
border-color css
<style>
span { border-color: #FAE82F; }
span { border-color: rgb(250,232,47); }
td.TdClassName
{
border-color: #FAE82F;
}
.TagClassName
{
border-color: #FAE82F;
}
</style>