Shades of Gorse #FAFD29
Tints of Gorse #FAFD29
RGB
CMYK
RGB Variations
Color information
#FAFD29 (or 0xFAFD29) is known color: Gorse. HEX triplet: FA, FD and 29. RGB value is (250,253,41). Sum of RGB (Red+Green+Blue) = 250+253+41=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 41 (16.41% from 255 or 7.54% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD29 is #0502D6. Grayscale: #E4E4E4. Windows color (decimal): -328407 or 2751994. OLE color: 2751994.
HSL color Cylindrical-coordinate representation of color #FAFD29: hue angle of 60.85º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAFD29 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 41 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.01 |
| HSL | 60.85º | 0.98% | 0.58% | - |
| HSV(B) | 60.85º | 0.84% | 0.99% | - |
| XYZ | 74.95 | 90.73 | 15.66 | - |
| YUV | 227.94 | 22.51 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 41 | 0.01 | 0 | 0.84 | 0.01 | 60.85 | 0.98 | 0.58 |
| Hex | FA | FD | 29 | 1 | 0 | 54 | 1 | 3D | 62 | 3A |
| Octal | 372 | 375 | 51 | 1 | 0 | 124 | 1 | 75 | 142 | 72 |
| Binary | 11111010 | 11111101 | 101001 | 1 | 0 | 1010100 | 1 | 111101 | 1100010 | 111010 |
Color Harmonies of #FAFD29
Complementary color
Monochromatic Colors of #FAFD29
Black with #FAFD29
Text Example
Text Example
White with #FAFD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD29; }
p { color: rgb(250,253,41); }
H1.HeaderClassName
{
color: #FAFD29;
}
.AnyTagClassName
{
color: #FAFD29;
}
</style>
background-color css
<style>
a { background-color: #FAFD29; }
a { background-color: rgb(250,253,41); }
div.DivClassName
{
background-color: #FAFD29;
}
.BgClassName
{
background-color: #FAFD29;
}
</style>
border-color css
<style>
span { border-color: #FAFD29; }
span { border-color: rgb(250,253,41); }
td.TdClassName
{
border-color: #FAFD29;
}
.TagClassName
{
border-color: #FAFD29;
}
</style>