Shades of Gorse #FAED2A
Tints of Gorse #FAED2A
RGB
CMYK
RGB Variations
Color information
#FAED2A (or 0xFAED2A) is known color: Gorse. HEX triplet: FA, ED and 2A. RGB value is (250,237,42). Sum of RGB (Red+Green+Blue) = 250+237+42=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 42 (16.80% from 255 or 7.94% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAED2A is #0512D5. Grayscale: #DBDBDB. Windows color (decimal): -332502 or 2813434. OLE color: 2813434.
HSL color Cylindrical-coordinate representation of color #FAED2A: hue angle of 56.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAED2A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 42 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.02 |
| HSL | 56.25º | 0.95% | 0.57% | - |
| HSV(B) | 56.25º | 0.83% | 0.98% | - |
| XYZ | 70.13 | 81.06 | 14.14 | - |
| YUV | 218.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 42 | 0 | 0.05 | 0.83 | 0.02 | 56.25 | 0.95 | 0.57 |
| Hex | FA | ED | 2A | 0 | 5 | 53 | 2 | 38 | 5F | 39 |
| Octal | 372 | 355 | 52 | 0 | 5 | 123 | 2 | 70 | 137 | 71 |
| Binary | 11111010 | 11101101 | 101010 | 0 | 101 | 1010011 | 10 | 111000 | 1011111 | 111001 |
Color Harmonies of #FAED2A
Complementary color
Monochromatic Colors of #FAED2A
Black with #FAED2A
Text Example
Text Example
White with #FAED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAED2A; }
p { color: rgb(250,237,42); }
H1.HeaderClassName
{
color: #FAED2A;
}
.AnyTagClassName
{
color: #FAED2A;
}
</style>
background-color css
<style>
a { background-color: #FAED2A; }
a { background-color: rgb(250,237,42); }
div.DivClassName
{
background-color: #FAED2A;
}
.BgClassName
{
background-color: #FAED2A;
}
</style>
border-color css
<style>
span { border-color: #FAED2A; }
span { border-color: rgb(250,237,42); }
td.TdClassName
{
border-color: #FAED2A;
}
.TagClassName
{
border-color: #FAED2A;
}
</style>