Shades of Gorse #FAE22F
Tints of Gorse #FAE22F
RGB
CMYK
RGB Variations
Color information
#FAE22F (or 0xFAE22F) is known color: Gorse. HEX triplet: FA, E2 and 2F. RGB value is (250,226,47). Sum of RGB (Red+Green+Blue) = 250+226+47=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 47 (18.75% from 255 or 8.99% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAE22F is #051DD0. Grayscale: #D5D5D5. Windows color (decimal): -335313 or 3138298. OLE color: 3138298.
HSL color Cylindrical-coordinate representation of color #FAE22F: hue angle of 52.91º 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 #FAE22F is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 47 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.02 |
| HSL | 52.91º | 0.95% | 0.58% | - |
| HSV(B) | 52.91º | 0.81% | 0.98% | - |
| XYZ | 67.13 | 74.92 | 13.61 | - |
| YUV | 212.77 | 34.45 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 47 | 0 | 0.10 | 0.81 | 0.02 | 52.91 | 0.95 | 0.58 |
| Hex | FA | E2 | 2F | 0 | A | 51 | 2 | 35 | 5F | 3A |
| Octal | 372 | 342 | 57 | 0 | 12 | 121 | 2 | 65 | 137 | 72 |
| Binary | 11111010 | 11100010 | 101111 | 0 | 1010 | 1010001 | 10 | 110101 | 1011111 | 111010 |
Color Harmonies of #FAE22F
Complementary color
Monochromatic Colors of #FAE22F
Black with #FAE22F
Text Example
Text Example
White with #FAE22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE22F; }
p { color: rgb(250,226,47); }
H1.HeaderClassName
{
color: #FAE22F;
}
.AnyTagClassName
{
color: #FAE22F;
}
</style>
background-color css
<style>
a { background-color: #FAE22F; }
a { background-color: rgb(250,226,47); }
div.DivClassName
{
background-color: #FAE22F;
}
.BgClassName
{
background-color: #FAE22F;
}
</style>
border-color css
<style>
span { border-color: #FAE22F; }
span { border-color: rgb(250,226,47); }
td.TdClassName
{
border-color: #FAE22F;
}
.TagClassName
{
border-color: #FAE22F;
}
</style>