Shades of Gorse #FAFB2D
Tints of Gorse #FAFB2D
RGB
CMYK
RGB Variations
Color information
#FAFB2D (or 0xFAFB2D) is known color: Gorse. HEX triplet: FA, FB and 2D. RGB value is (250,251,45). Sum of RGB (Red+Green+Blue) = 250+251+45=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 45 (17.97% from 255 or 8.24% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFB2D is #0504D2. Grayscale: #E4E4E4. Windows color (decimal): -328915 or 3013626. OLE color: 3013626.
HSL color Cylindrical-coordinate representation of color #FAFB2D: hue angle of 60.29º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAFB2D is Cyan = 0.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 45 | - |
| CMYK | 0.00 | 0 | 0.82 | 0.02 |
| HSL | 60.29º | 0.96% | 0.58% | - |
| HSV(B) | 60.29º | 0.82% | 0.98% | - |
| XYZ | 74.4 | 89.51 | 15.84 | - |
| YUV | 227.22 | 25.17 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 45 | 0.00 | 0 | 0.82 | 0.02 | 60.29 | 0.96 | 0.58 |
| Hex | FA | FB | 2D | 0 | 0 | 52 | 2 | 3C | 60 | 3A |
| Octal | 372 | 373 | 55 | 0 | 0 | 122 | 2 | 74 | 140 | 72 |
| Binary | 11111010 | 11111011 | 101101 | 0 | 0 | 1010010 | 10 | 111100 | 1100000 | 111010 |
Color Harmonies of #FAFB2D
Complementary color
Monochromatic Colors of #FAFB2D
Black with #FAFB2D
Text Example
Text Example
White with #FAFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB2D; }
p { color: rgb(250,251,45); }
H1.HeaderClassName
{
color: #FAFB2D;
}
.AnyTagClassName
{
color: #FAFB2D;
}
</style>
background-color css
<style>
a { background-color: #FAFB2D; }
a { background-color: rgb(250,251,45); }
div.DivClassName
{
background-color: #FAFB2D;
}
.BgClassName
{
background-color: #FAFB2D;
}
</style>
border-color css
<style>
span { border-color: #FAFB2D; }
span { border-color: rgb(250,251,45); }
td.TdClassName
{
border-color: #FAFB2D;
}
.TagClassName
{
border-color: #FAFB2D;
}
</style>