Shades of Gorse #FAED2C
Tints of Gorse #FAED2C
RGB
CMYK
RGB Variations
Color information
#FAED2C (or 0xFAED2C) is known color: Gorse. HEX triplet: FA, ED and 2C. RGB value is (250,237,44). Sum of RGB (Red+Green+Blue) = 250+237+44=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 237 (92.97% from 255 or 44.63% from 531); Blue value is 44 (17.58% from 255 or 8.29% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAED2C is #0512D3. Grayscale: #DBDBDB. Windows color (decimal): -332500 or 2944506. OLE color: 2944506.
HSL color Cylindrical-coordinate representation of color #FAED2C: hue angle of 56.21º 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 #FAED2C is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 237 | 44 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.02 |
| HSL | 56.21º | 0.95% | 0.58% | - |
| HSV(B) | 56.21º | 0.82% | 0.98% | - |
| XYZ | 70.16 | 81.07 | 14.33 | - |
| YUV | 218.89 | 29.31 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 237 | 44 | 0 | 0.05 | 0.82 | 0.02 | 56.21 | 0.95 | 0.58 |
| Hex | FA | ED | 2C | 0 | 5 | 52 | 2 | 38 | 5F | 3A |
| Octal | 372 | 355 | 54 | 0 | 5 | 122 | 2 | 70 | 137 | 72 |
| Binary | 11111010 | 11101101 | 101100 | 0 | 101 | 1010010 | 10 | 111000 | 1011111 | 111010 |
Color Harmonies of #FAED2C
Complementary color
Monochromatic Colors of #FAED2C
Black with #FAED2C
Text Example
Text Example
White with #FAED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAED2C; }
p { color: rgb(250,237,44); }
H1.HeaderClassName
{
color: #FAED2C;
}
.AnyTagClassName
{
color: #FAED2C;
}
</style>
background-color css
<style>
a { background-color: #FAED2C; }
a { background-color: rgb(250,237,44); }
div.DivClassName
{
background-color: #FAED2C;
}
.BgClassName
{
background-color: #FAED2C;
}
</style>
border-color css
<style>
span { border-color: #FAED2C; }
span { border-color: rgb(250,237,44); }
td.TdClassName
{
border-color: #FAED2C;
}
.TagClassName
{
border-color: #FAED2C;
}
</style>