Shades of Gorse #FAFC2F
Tints of Gorse #FAFC2F
RGB
CMYK
RGB Variations
Color information
#FAFC2F (or 0xFAFC2F) is known color: Gorse. HEX triplet: FA, FC and 2F. RGB value is (250,252,47). Sum of RGB (Red+Green+Blue) = 250+252+47=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 47 (18.75% from 255 or 8.56% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFC2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFC2F is #0503D0. Grayscale: #E4E4E4. Windows color (decimal): -328657 or 3144954. OLE color: 3144954.
HSL color Cylindrical-coordinate representation of color #FAFC2F: hue angle of 60.59º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAFC2F is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 252 | 47 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.01 |
| HSL | 60.59º | 0.97% | 0.59% | - |
| HSV(B) | 60.59º | 0.81% | 0.99% | - |
| XYZ | 74.75 | 90.15 | 16.15 | - |
| YUV | 228.03 | 25.84 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 252 | 47 | 0.01 | 0 | 0.81 | 0.01 | 60.59 | 0.97 | 0.59 |
| Hex | FA | FC | 2F | 1 | 0 | 51 | 1 | 3D | 61 | 3B |
| Octal | 372 | 374 | 57 | 1 | 0 | 121 | 1 | 75 | 141 | 73 |
| Binary | 11111010 | 11111100 | 101111 | 1 | 0 | 1010001 | 1 | 111101 | 1100001 | 111011 |
Color Harmonies of #FAFC2F
Complementary color
Monochromatic Colors of #FAFC2F
Black with #FAFC2F
Text Example
Text Example
White with #FAFC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFC2F; }
p { color: rgb(250,252,47); }
H1.HeaderClassName
{
color: #FAFC2F;
}
.AnyTagClassName
{
color: #FAFC2F;
}
</style>
background-color css
<style>
a { background-color: #FAFC2F; }
a { background-color: rgb(250,252,47); }
div.DivClassName
{
background-color: #FAFC2F;
}
.BgClassName
{
background-color: #FAFC2F;
}
</style>
border-color css
<style>
span { border-color: #FAFC2F; }
span { border-color: rgb(250,252,47); }
td.TdClassName
{
border-color: #FAFC2F;
}
.TagClassName
{
border-color: #FAFC2F;
}
</style>