Shades of Gorse #FAFF2B
Tints of Gorse #FAFF2B
RGB
CMYK
RGB Variations
Color information
#FAFF2B (or 0xFAFF2B) is known color: Gorse. HEX triplet: FA, FF and 2B. RGB value is (250,255,43). Sum of RGB (Red+Green+Blue) = 250+255+43=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 43 (17.19% from 255 or 7.85% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF2B is #0500D4. Grayscale: #E6E6E6. Windows color (decimal): -327893 or 2883578. OLE color: 2883578.
HSL color Cylindrical-coordinate representation of color #FAFF2B: hue angle of 61.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAFF2B is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 43 | - |
| CMYK | 0.02 | 0 | 0.83 | 0 |
| HSL | 61.42º | 1% | 0.58% | - |
| HSV(B) | 61.42º | 0.83% | 1% | - |
| XYZ | 75.62 | 92.02 | 16.06 | - |
| YUV | 229.34 | 22.84 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 43 | 0.02 | 0 | 0.83 | 0 | 61.42 | 1 | 0.58 |
| Hex | FA | FF | 2B | 2 | 0 | 53 | 0 | 3D | 64 | 3A |
| Octal | 372 | 377 | 53 | 2 | 0 | 123 | 0 | 75 | 144 | 72 |
| Binary | 11111010 | 11111111 | 101011 | 10 | 0 | 1010011 | 0 | 111101 | 1100100 | 111010 |
Color Harmonies of #FAFF2B
Complementary color
Monochromatic Colors of #FAFF2B
Black with #FAFF2B
Text Example
Text Example
White with #FAFF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF2B; }
p { color: rgb(250,255,43); }
H1.HeaderClassName
{
color: #FAFF2B;
}
.AnyTagClassName
{
color: #FAFF2B;
}
</style>
background-color css
<style>
a { background-color: #FAFF2B; }
a { background-color: rgb(250,255,43); }
div.DivClassName
{
background-color: #FAFF2B;
}
.BgClassName
{
background-color: #FAFF2B;
}
</style>
border-color css
<style>
span { border-color: #FAFF2B; }
span { border-color: rgb(250,255,43); }
td.TdClassName
{
border-color: #FAFF2B;
}
.TagClassName
{
border-color: #FAFF2B;
}
</style>