Shades of Gorse #FAFA31
Tints of Gorse #FAFA31
RGB
CMYK
RGB Variations
Color information
#FAFA31 (or 0xFAFA31) is known color: Gorse. HEX triplet: FA, FA and 31. RGB value is (250,250,49). Sum of RGB (Red+Green+Blue) = 250+250+49=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 49 (19.53% from 255 or 8.93% from 549); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFA31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFA31 is #0505CE. Grayscale: #E3E3E3. Windows color (decimal): -329167 or 3275514. OLE color: 3275514.
HSL color Cylindrical-coordinate representation of color #FAFA31: hue angle of 60º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAFA31 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 250 | 49 | - |
| CMYK | 0 | 0 | 0.80 | 0.02 |
| HSL | 60º | 0.95% | 0.59% | - |
| HSV(B) | 60º | 0.8% | 0.98% | - |
| XYZ | 74.16 | 88.92 | 16.16 | - |
| YUV | 227.09 | 27.5 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 250 | 49 | 0 | 0 | 0.80 | 0.02 | 60 | 0.95 | 0.59 |
| Hex | FA | FA | 31 | 0 | 0 | 50 | 2 | 3C | 5F | 3B |
| Octal | 372 | 372 | 61 | 0 | 0 | 120 | 2 | 74 | 137 | 73 |
| Binary | 11111010 | 11111010 | 110001 | 0 | 0 | 1010000 | 10 | 111100 | 1011111 | 111011 |
Color Harmonies of #FAFA31
Complementary color
Monochromatic Colors of #FAFA31
Black with #FAFA31
Text Example
Text Example
White with #FAFA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFA31; }
p { color: rgb(250,250,49); }
H1.HeaderClassName
{
color: #FAFA31;
}
.AnyTagClassName
{
color: #FAFA31;
}
</style>
background-color css
<style>
a { background-color: #FAFA31; }
a { background-color: rgb(250,250,49); }
div.DivClassName
{
background-color: #FAFA31;
}
.BgClassName
{
background-color: #FAFA31;
}
</style>
border-color css
<style>
span { border-color: #FAFA31; }
span { border-color: rgb(250,250,49); }
td.TdClassName
{
border-color: #FAFA31;
}
.TagClassName
{
border-color: #FAFA31;
}
</style>