Shades of Gorse #FAFF2A
Tints of Gorse #FAFF2A
RGB
CMYK
RGB Variations
Color information
#FAFF2A (or 0xFAFF2A) is known color: Gorse. HEX triplet: FA, FF and 2A. RGB value is (250,255,42). Sum of RGB (Red+Green+Blue) = 250+255+42=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 42 (16.80% from 255 or 7.68% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF2A is #0500D5. Grayscale: #E6E6E6. Windows color (decimal): -327894 or 2818042. OLE color: 2818042.
HSL color Cylindrical-coordinate representation of color #FAFF2A: hue angle of 61.41º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAFF2A is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 42 | - |
| CMYK | 0.02 | 0 | 0.84 | 0 |
| HSL | 61.41º | 1% | 0.58% | - |
| HSV(B) | 61.41º | 0.84% | 1% | - |
| XYZ | 75.6 | 92.01 | 15.97 | - |
| YUV | 229.22 | 22.34 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 42 | 0.02 | 0 | 0.84 | 0 | 61.41 | 1 | 0.58 |
| Hex | FA | FF | 2A | 2 | 0 | 54 | 0 | 3D | 64 | 3A |
| Octal | 372 | 377 | 52 | 2 | 0 | 124 | 0 | 75 | 144 | 72 |
| Binary | 11111010 | 11111111 | 101010 | 10 | 0 | 1010100 | 0 | 111101 | 1100100 | 111010 |
Color Harmonies of #FAFF2A
Complementary color
Monochromatic Colors of #FAFF2A
Black with #FAFF2A
Text Example
Text Example
White with #FAFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF2A; }
p { color: rgb(250,255,42); }
H1.HeaderClassName
{
color: #FAFF2A;
}
.AnyTagClassName
{
color: #FAFF2A;
}
</style>
background-color css
<style>
a { background-color: #FAFF2A; }
a { background-color: rgb(250,255,42); }
div.DivClassName
{
background-color: #FAFF2A;
}
.BgClassName
{
background-color: #FAFF2A;
}
</style>
border-color css
<style>
span { border-color: #FAFF2A; }
span { border-color: rgb(250,255,42); }
td.TdClassName
{
border-color: #FAFF2A;
}
.TagClassName
{
border-color: #FAFF2A;
}
</style>