Shades of Gorse #FAFF31
Tints of Gorse #FAFF31
RGB
CMYK
RGB Variations
Color information
#FAFF31 (or 0xFAFF31) is known color: Gorse. HEX triplet: FA, FF and 31. RGB value is (250,255,49). Sum of RGB (Red+Green+Blue) = 250+255+49=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 49 (19.53% from 255 or 8.84% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF31 is #0500CE. Grayscale: #E6E6E6. Windows color (decimal): -327887 or 3276794. OLE color: 3276794.
HSL color Cylindrical-coordinate representation of color #FAFF31: hue angle of 61.46º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAFF31 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 49 | - |
| CMYK | 0.02 | 0 | 0.81 | 0 |
| HSL | 61.46º | 1% | 0.6% | - |
| HSV(B) | 61.46º | 0.81% | 1% | - |
| XYZ | 75.74 | 92.07 | 16.68 | - |
| YUV | 230.02 | 25.84 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 49 | 0.02 | 0 | 0.81 | 0 | 61.46 | 1 | 0.6 |
| Hex | FA | FF | 31 | 2 | 0 | 51 | 0 | 3D | 64 | 3C |
| Octal | 372 | 377 | 61 | 2 | 0 | 121 | 0 | 75 | 144 | 74 |
| Binary | 11111010 | 11111111 | 110001 | 10 | 0 | 1010001 | 0 | 111101 | 1100100 | 111100 |
Color Harmonies of #FAFF31
Complementary color
Monochromatic Colors of #FAFF31
Black with #FAFF31
Text Example
Text Example
White with #FAFF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF31; }
p { color: rgb(250,255,49); }
H1.HeaderClassName
{
color: #FAFF31;
}
.AnyTagClassName
{
color: #FAFF31;
}
</style>
background-color css
<style>
a { background-color: #FAFF31; }
a { background-color: rgb(250,255,49); }
div.DivClassName
{
background-color: #FAFF31;
}
.BgClassName
{
background-color: #FAFF31;
}
</style>
border-color css
<style>
span { border-color: #FAFF31; }
span { border-color: rgb(250,255,49); }
td.TdClassName
{
border-color: #FAFF31;
}
.TagClassName
{
border-color: #FAFF31;
}
</style>