Shades of Gorse #FAFC2B
Tints of Gorse #FAFC2B
RGB
CMYK
RGB Variations
Color information
#FAFC2B (or 0xFAFC2B) is known color: Gorse. HEX triplet: FA, FC and 2B. RGB value is (250,252,43). Sum of RGB (Red+Green+Blue) = 250+252+43=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 43 (17.19% from 255 or 7.89% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC2B is #0503D4. Grayscale: #E4E4E4. Windows color (decimal): -328661 or 2882810. OLE color: 2882810.
HSL color Cylindrical-coordinate representation of color #FAFC2B: hue angle of 60.57º degrees, saturation: 0.97, 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 #FAFC2B is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 43 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.01 |
| HSL | 60.57º | 0.97% | 0.58% | - |
| HSV(B) | 60.57º | 0.83% | 0.99% | - |
| XYZ | 74.67 | 90.12 | 15.74 | - |
| YUV | 227.58 | 23.84 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 43 | 0.01 | 0 | 0.83 | 0.01 | 60.57 | 0.97 | 0.58 |
| Hex | FA | FC | 2B | 1 | 0 | 53 | 1 | 3D | 61 | 3A |
| Octal | 372 | 374 | 53 | 1 | 0 | 123 | 1 | 75 | 141 | 72 |
| Binary | 11111010 | 11111100 | 101011 | 1 | 0 | 1010011 | 1 | 111101 | 1100001 | 111010 |
Color Harmonies of #FAFC2B
Complementary color
Monochromatic Colors of #FAFC2B
Black with #FAFC2B
Text Example
Text Example
White with #FAFC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC2B; }
p { color: rgb(250,252,43); }
H1.HeaderClassName
{
color: #FAFC2B;
}
.AnyTagClassName
{
color: #FAFC2B;
}
</style>
background-color css
<style>
a { background-color: #FAFC2B; }
a { background-color: rgb(250,252,43); }
div.DivClassName
{
background-color: #FAFC2B;
}
.BgClassName
{
background-color: #FAFC2B;
}
</style>
border-color css
<style>
span { border-color: #FAFC2B; }
span { border-color: rgb(250,252,43); }
td.TdClassName
{
border-color: #FAFC2B;
}
.TagClassName
{
border-color: #FAFC2B;
}
</style>