Shades of Gorse #FAEC2F
Tints of Gorse #FAEC2F
RGB
CMYK
RGB Variations
Color information
#FAEC2F (or 0xFAEC2F) is known color: Gorse. HEX triplet: FA, EC and 2F. RGB value is (250,236,47). Sum of RGB (Red+Green+Blue) = 250+236+47=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 47 (18.75% from 255 or 8.82% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC2F is #0513D0. Grayscale: #DBDBDB. Windows color (decimal): -332753 or 3140858. OLE color: 3140858.
HSL color Cylindrical-coordinate representation of color #FAEC2F: hue angle of 55.86º 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 #FAEC2F is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 47 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.02 |
| HSL | 55.86º | 0.95% | 0.58% | - |
| HSV(B) | 55.86º | 0.81% | 0.98% | - |
| XYZ | 69.93 | 80.52 | 14.55 | - |
| YUV | 218.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 47 | 0 | 0.06 | 0.81 | 0.02 | 55.86 | 0.95 | 0.58 |
| Hex | FA | EC | 2F | 0 | 6 | 51 | 2 | 38 | 5F | 3A |
| Octal | 372 | 354 | 57 | 0 | 6 | 121 | 2 | 70 | 137 | 72 |
| Binary | 11111010 | 11101100 | 101111 | 0 | 110 | 1010001 | 10 | 111000 | 1011111 | 111010 |
Color Harmonies of #FAEC2F
Complementary color
Monochromatic Colors of #FAEC2F
Black with #FAEC2F
Text Example
Text Example
White with #FAEC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC2F; }
p { color: rgb(250,236,47); }
H1.HeaderClassName
{
color: #FAEC2F;
}
.AnyTagClassName
{
color: #FAEC2F;
}
</style>
background-color css
<style>
a { background-color: #FAEC2F; }
a { background-color: rgb(250,236,47); }
div.DivClassName
{
background-color: #FAEC2F;
}
.BgClassName
{
background-color: #FAEC2F;
}
</style>
border-color css
<style>
span { border-color: #FAEC2F; }
span { border-color: rgb(250,236,47); }
td.TdClassName
{
border-color: #FAEC2F;
}
.TagClassName
{
border-color: #FAEC2F;
}
</style>