Shades of Gorse #FAEC2D
Tints of Gorse #FAEC2D
RGB
CMYK
RGB Variations
Color information
#FAEC2D (or 0xFAEC2D) is known color: Gorse. HEX triplet: FA, EC and 2D. RGB value is (250,236,45). Sum of RGB (Red+Green+Blue) = 250+236+45=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 45 (17.97% from 255 or 8.47% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEC2D is #0513D2. Grayscale: #DBDBDB. Windows color (decimal): -332755 or 3009786. OLE color: 3009786.
HSL color Cylindrical-coordinate representation of color #FAEC2D: hue angle of 55.9º 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 #FAEC2D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.02 |
| HSL | 55.9º | 0.95% | 0.58% | - |
| HSV(B) | 55.9º | 0.82% | 0.98% | - |
| XYZ | 69.89 | 80.5 | 14.34 | - |
| YUV | 218.41 | 30.14 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 45 | 0 | 0.06 | 0.82 | 0.02 | 55.9 | 0.95 | 0.58 |
| Hex | FA | EC | 2D | 0 | 6 | 52 | 2 | 38 | 5F | 3A |
| Octal | 372 | 354 | 55 | 0 | 6 | 122 | 2 | 70 | 137 | 72 |
| Binary | 11111010 | 11101100 | 101101 | 0 | 110 | 1010010 | 10 | 111000 | 1011111 | 111010 |
Color Harmonies of #FAEC2D
Complementary color
Monochromatic Colors of #FAEC2D
Black with #FAEC2D
Text Example
Text Example
White with #FAEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC2D; }
p { color: rgb(250,236,45); }
H1.HeaderClassName
{
color: #FAEC2D;
}
.AnyTagClassName
{
color: #FAEC2D;
}
</style>
background-color css
<style>
a { background-color: #FAEC2D; }
a { background-color: rgb(250,236,45); }
div.DivClassName
{
background-color: #FAEC2D;
}
.BgClassName
{
background-color: #FAEC2D;
}
</style>
border-color css
<style>
span { border-color: #FAEC2D; }
span { border-color: rgb(250,236,45); }
td.TdClassName
{
border-color: #FAEC2D;
}
.TagClassName
{
border-color: #FAEC2D;
}
</style>