Shades of Gorse #FAFB3A
Tints of Gorse #FAFB3A
RGB
CMYK
RGB Variations
Color information
#FAFB3A (or 0xFAFB3A) is known color: Gorse. HEX triplet: FA, FB and 3A. RGB value is (250,251,58). Sum of RGB (Red+Green+Blue) = 250+251+58=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 58 (23.05% from 255 or 10.38% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFB3A is #0504C5. Grayscale: #E5E5E5. Windows color (decimal): -328902 or 3865594. OLE color: 3865594.
HSL color Cylindrical-coordinate representation of color #FAFB3A: hue angle of 60.31º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FAFB3A is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 58 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.02 |
| HSL | 60.31º | 0.96% | 0.61% | - |
| HSV(B) | 60.31º | 0.77% | 0.98% | - |
| XYZ | 74.69 | 89.62 | 17.37 | - |
| YUV | 228.7 | 31.67 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 58 | 0.00 | 0 | 0.77 | 0.02 | 60.31 | 0.96 | 0.61 |
| Hex | FA | FB | 3A | 0 | 0 | 4D | 2 | 3C | 60 | 3D |
| Octal | 372 | 373 | 72 | 0 | 0 | 115 | 2 | 74 | 140 | 75 |
| Binary | 11111010 | 11111011 | 111010 | 0 | 0 | 1001101 | 10 | 111100 | 1100000 | 111101 |
Color Harmonies of #FAFB3A
Complementary color
Monochromatic Colors of #FAFB3A
Black with #FAFB3A
Text Example
Text Example
White with #FAFB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB3A; }
p { color: rgb(250,251,58); }
H1.HeaderClassName
{
color: #FAFB3A;
}
.AnyTagClassName
{
color: #FAFB3A;
}
</style>
background-color css
<style>
a { background-color: #FAFB3A; }
a { background-color: rgb(250,251,58); }
div.DivClassName
{
background-color: #FAFB3A;
}
.BgClassName
{
background-color: #FAFB3A;
}
</style>
border-color css
<style>
span { border-color: #FAFB3A; }
span { border-color: rgb(250,251,58); }
td.TdClassName
{
border-color: #FAFB3A;
}
.TagClassName
{
border-color: #FAFB3A;
}
</style>