Shades of Gorse #FAEA2B
Tints of Gorse #FAEA2B
RGB
CMYK
RGB Variations
Color information
#FAEA2B (or 0xFAEA2B) is known color: Gorse. HEX triplet: FA, EA and 2B. RGB value is (250,234,43). Sum of RGB (Red+Green+Blue) = 250+234+43=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 234 (91.80% from 255 or 44.40% from 527); Blue value is 43 (17.19% from 255 or 8.16% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAEA2B is #0515D4. Grayscale: #D9D9D9. Windows color (decimal): -333269 or 2878202. OLE color: 2878202.
HSL color Cylindrical-coordinate representation of color #FAEA2B: hue angle of 55.36º 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 #FAEA2B is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 234 | 43 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.02 |
| HSL | 55.36º | 0.95% | 0.57% | - |
| HSV(B) | 55.36º | 0.83% | 0.98% | - |
| XYZ | 69.28 | 79.34 | 13.95 | - |
| YUV | 217.01 | 29.8 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 234 | 43 | 0 | 0.06 | 0.83 | 0.02 | 55.36 | 0.95 | 0.57 |
| Hex | FA | EA | 2B | 0 | 6 | 53 | 2 | 37 | 5F | 39 |
| Octal | 372 | 352 | 53 | 0 | 6 | 123 | 2 | 67 | 137 | 71 |
| Binary | 11111010 | 11101010 | 101011 | 0 | 110 | 1010011 | 10 | 110111 | 1011111 | 111001 |
Color Harmonies of #FAEA2B
Complementary color
Monochromatic Colors of #FAEA2B
Black with #FAEA2B
Text Example
Text Example
White with #FAEA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEA2B; }
p { color: rgb(250,234,43); }
H1.HeaderClassName
{
color: #FAEA2B;
}
.AnyTagClassName
{
color: #FAEA2B;
}
</style>
background-color css
<style>
a { background-color: #FAEA2B; }
a { background-color: rgb(250,234,43); }
div.DivClassName
{
background-color: #FAEA2B;
}
.BgClassName
{
background-color: #FAEA2B;
}
</style>
border-color css
<style>
span { border-color: #FAEA2B; }
span { border-color: rgb(250,234,43); }
td.TdClassName
{
border-color: #FAEA2B;
}
.TagClassName
{
border-color: #FAEA2B;
}
</style>