Shades of Gorse #FAFF2D
Tints of Gorse #FAFF2D
RGB
CMYK
RGB Variations
Color information
#FAFF2D (or 0xFAFF2D) is known color: Gorse. HEX triplet: FA, FF and 2D. RGB value is (250,255,45). Sum of RGB (Red+Green+Blue) = 250+255+45=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 45 (17.97% from 255 or 8.18% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFF2D is #0500D2. Grayscale: #E6E6E6. Windows color (decimal): -327891 or 3014650. OLE color: 3014650.
HSL color Cylindrical-coordinate representation of color #FAFF2D: hue angle of 61.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAFF2D is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 45 | - |
| CMYK | 0.02 | 0 | 0.82 | 0 |
| HSL | 61.43º | 1% | 0.59% | - |
| HSV(B) | 61.43º | 0.82% | 1% | - |
| XYZ | 75.66 | 92.03 | 16.26 | - |
| YUV | 229.57 | 23.84 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 45 | 0.02 | 0 | 0.82 | 0 | 61.43 | 1 | 0.59 |
| Hex | FA | FF | 2D | 2 | 0 | 52 | 0 | 3D | 64 | 3B |
| Octal | 372 | 377 | 55 | 2 | 0 | 122 | 0 | 75 | 144 | 73 |
| Binary | 11111010 | 11111111 | 101101 | 10 | 0 | 1010010 | 0 | 111101 | 1100100 | 111011 |
Color Harmonies of #FAFF2D
Complementary color
Monochromatic Colors of #FAFF2D
Black with #FAFF2D
Text Example
Text Example
White with #FAFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFF2D; }
p { color: rgb(250,255,45); }
H1.HeaderClassName
{
color: #FAFF2D;
}
.AnyTagClassName
{
color: #FAFF2D;
}
</style>
background-color css
<style>
a { background-color: #FAFF2D; }
a { background-color: rgb(250,255,45); }
div.DivClassName
{
background-color: #FAFF2D;
}
.BgClassName
{
background-color: #FAFF2D;
}
</style>
border-color css
<style>
span { border-color: #FAFF2D; }
span { border-color: rgb(250,255,45); }
td.TdClassName
{
border-color: #FAFF2D;
}
.TagClassName
{
border-color: #FAFF2D;
}
</style>