Shades of Gorse #FAFD2B
Tints of Gorse #FAFD2B
RGB
CMYK
RGB Variations
Color information
#FAFD2B (or 0xFAFD2B) is known color: Gorse. HEX triplet: FA, FD and 2B. RGB value is (250,253,43). Sum of RGB (Red+Green+Blue) = 250+253+43=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 43 (17.19% from 255 or 7.88% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFD2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFD2B is #0502D4. Grayscale: #E4E4E4. Windows color (decimal): -328405 or 2883066. OLE color: 2883066.
HSL color Cylindrical-coordinate representation of color #FAFD2B: hue angle of 60.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAFD2B is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 43 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.01 |
| HSL | 60.86º | 0.98% | 0.58% | - |
| HSV(B) | 60.86º | 0.83% | 0.99% | - |
| XYZ | 74.99 | 90.75 | 15.85 | - |
| YUV | 228.16 | 23.51 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 43 | 0.01 | 0 | 0.83 | 0.01 | 60.86 | 0.98 | 0.58 |
| Hex | FA | FD | 2B | 1 | 0 | 53 | 1 | 3D | 62 | 3A |
| Octal | 372 | 375 | 53 | 1 | 0 | 123 | 1 | 75 | 142 | 72 |
| Binary | 11111010 | 11111101 | 101011 | 1 | 0 | 1010011 | 1 | 111101 | 1100010 | 111010 |
Color Harmonies of #FAFD2B
Complementary color
Monochromatic Colors of #FAFD2B
Black with #FAFD2B
Text Example
Text Example
White with #FAFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFD2B; }
p { color: rgb(250,253,43); }
H1.HeaderClassName
{
color: #FAFD2B;
}
.AnyTagClassName
{
color: #FAFD2B;
}
</style>
background-color css
<style>
a { background-color: #FAFD2B; }
a { background-color: rgb(250,253,43); }
div.DivClassName
{
background-color: #FAFD2B;
}
.BgClassName
{
background-color: #FAFD2B;
}
</style>
border-color css
<style>
span { border-color: #FAFD2B; }
span { border-color: rgb(250,253,43); }
td.TdClassName
{
border-color: #FAFD2B;
}
.TagClassName
{
border-color: #FAFD2B;
}
</style>