Shades of Gorse #FAFB29
Tints of Gorse #FAFB29
RGB
CMYK
RGB Variations
Color information
#FAFB29 (or 0xFAFB29) is known color: Gorse. HEX triplet: FA, FB and 29. RGB value is (250,251,41). Sum of RGB (Red+Green+Blue) = 250+251+41=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 41 (16.41% from 255 or 7.56% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFB29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFB29 is #0504D6. Grayscale: #E3E3E3. Windows color (decimal): -328919 or 2751482. OLE color: 2751482.
HSL color Cylindrical-coordinate representation of color #FAFB29: hue angle of 60.29º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAFB29 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 251 | 41 | - |
| CMYK | 0.00 | 0 | 0.84 | 0.02 |
| HSL | 60.29º | 0.96% | 0.57% | - |
| HSV(B) | 60.29º | 0.84% | 0.98% | - |
| XYZ | 74.32 | 89.48 | 15.45 | - |
| YUV | 226.76 | 23.17 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 251 | 41 | 0.00 | 0 | 0.84 | 0.02 | 60.29 | 0.96 | 0.57 |
| Hex | FA | FB | 29 | 0 | 0 | 54 | 2 | 3C | 60 | 39 |
| Octal | 372 | 373 | 51 | 0 | 0 | 124 | 2 | 74 | 140 | 71 |
| Binary | 11111010 | 11111011 | 101001 | 0 | 0 | 1010100 | 10 | 111100 | 1100000 | 111001 |
Color Harmonies of #FAFB29
Complementary color
Monochromatic Colors of #FAFB29
Black with #FAFB29
Text Example
Text Example
White with #FAFB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFB29; }
p { color: rgb(250,251,41); }
H1.HeaderClassName
{
color: #FAFB29;
}
.AnyTagClassName
{
color: #FAFB29;
}
</style>
background-color css
<style>
a { background-color: #FAFB29; }
a { background-color: rgb(250,251,41); }
div.DivClassName
{
background-color: #FAFB29;
}
.BgClassName
{
background-color: #FAFB29;
}
</style>
border-color css
<style>
span { border-color: #FAFB29; }
span { border-color: rgb(250,251,41); }
td.TdClassName
{
border-color: #FAFB29;
}
.TagClassName
{
border-color: #FAFB29;
}
</style>