Shades of Gorse #FAFE2E
Tints of Gorse #FAFE2E
RGB
CMYK
RGB Variations
Color information
#FAFE2E (or 0xFAFE2E) is known color: Gorse. HEX triplet: FA, FE and 2E. RGB value is (250,254,46). Sum of RGB (Red+Green+Blue) = 250+254+46=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 46 (18.36% from 255 or 8.36% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE2E is #0501D1. Grayscale: #E5E5E5. Windows color (decimal): -328146 or 3079930. OLE color: 3079930.
HSL color Cylindrical-coordinate representation of color #FAFE2E: hue angle of 61.15º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAFE2E is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 46 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.00 |
| HSL | 61.15º | 0.99% | 0.59% | - |
| HSV(B) | 61.15º | 0.82% | 1% | - |
| XYZ | 75.36 | 91.4 | 16.26 | - |
| YUV | 229.09 | 24.67 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 46 | 0.02 | 0 | 0.82 | 0.00 | 61.15 | 0.99 | 0.59 |
| Hex | FA | FE | 2E | 2 | 0 | 52 | 0 | 3D | 63 | 3B |
| Octal | 372 | 376 | 56 | 2 | 0 | 122 | 0 | 75 | 143 | 73 |
| Binary | 11111010 | 11111110 | 101110 | 10 | 0 | 1010010 | 0 | 111101 | 1100011 | 111011 |
Color Harmonies of #FAFE2E
Complementary color
Monochromatic Colors of #FAFE2E
Black with #FAFE2E
Text Example
Text Example
White with #FAFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE2E; }
p { color: rgb(250,254,46); }
H1.HeaderClassName
{
color: #FAFE2E;
}
.AnyTagClassName
{
color: #FAFE2E;
}
</style>
background-color css
<style>
a { background-color: #FAFE2E; }
a { background-color: rgb(250,254,46); }
div.DivClassName
{
background-color: #FAFE2E;
}
.BgClassName
{
background-color: #FAFE2E;
}
</style>
border-color css
<style>
span { border-color: #FAFE2E; }
span { border-color: rgb(250,254,46); }
td.TdClassName
{
border-color: #FAFE2E;
}
.TagClassName
{
border-color: #FAFE2E;
}
</style>