Shades of Gorse #FAFF2C
Tints of Gorse #FAFF2C
RGB
CMYK
RGB Variations
Color information
#FAFF2C (or 0xFAFF2C) is known color: Gorse. HEX triplet: FA, FF and 2C. RGB value is (250,255,44). Sum of RGB (Red+Green+Blue) = 250+255+44=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 44 (17.58% from 255 or 8.01% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF2C is #0500D3. Grayscale: #E6E6E6. Windows color (decimal): -327892 or 2949114. OLE color: 2949114.
HSL color Cylindrical-coordinate representation of color #FAFF2C: hue angle of 61.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAFF2C is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 44 | - |
| CMYK | 0.02 | 0 | 0.83 | 0 |
| HSL | 61.42º | 1% | 0.59% | - |
| HSV(B) | 61.42º | 0.83% | 1% | - |
| XYZ | 75.64 | 92.03 | 16.16 | - |
| YUV | 229.45 | 23.34 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 44 | 0.02 | 0 | 0.83 | 0 | 61.42 | 1 | 0.59 |
| Hex | FA | FF | 2C | 2 | 0 | 53 | 0 | 3D | 64 | 3B |
| Octal | 372 | 377 | 54 | 2 | 0 | 123 | 0 | 75 | 144 | 73 |
| Binary | 11111010 | 11111111 | 101100 | 10 | 0 | 1010011 | 0 | 111101 | 1100100 | 111011 |
Color Harmonies of #FAFF2C
Complementary color
Monochromatic Colors of #FAFF2C
Black with #FAFF2C
Text Example
Text Example
White with #FAFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF2C; }
p { color: rgb(250,255,44); }
H1.HeaderClassName
{
color: #FAFF2C;
}
.AnyTagClassName
{
color: #FAFF2C;
}
</style>
background-color css
<style>
a { background-color: #FAFF2C; }
a { background-color: rgb(250,255,44); }
div.DivClassName
{
background-color: #FAFF2C;
}
.BgClassName
{
background-color: #FAFF2C;
}
</style>
border-color css
<style>
span { border-color: #FAFF2C; }
span { border-color: rgb(250,255,44); }
td.TdClassName
{
border-color: #FAFF2C;
}
.TagClassName
{
border-color: #FAFF2C;
}
</style>