Shades of Gorse #FAFE2F
Tints of Gorse #FAFE2F
RGB
CMYK
RGB Variations
Color information
#FAFE2F (or 0xFAFE2F) is known color: Gorse. HEX triplet: FA, FE and 2F. RGB value is (250,254,47). Sum of RGB (Red+Green+Blue) = 250+254+47=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 47 (18.75% from 255 or 8.53% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE2F is #0501D0. Grayscale: #E6E6E6. Windows color (decimal): -328145 or 3145466. OLE color: 3145466.
HSL color Cylindrical-coordinate representation of color #FAFE2F: hue angle of 61.16º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FAFE2F is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 47 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.00 |
| HSL | 61.16º | 0.99% | 0.59% | - |
| HSV(B) | 61.16º | 0.81% | 1% | - |
| XYZ | 75.38 | 91.41 | 16.36 | - |
| YUV | 229.21 | 25.17 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 47 | 0.02 | 0 | 0.81 | 0.00 | 61.16 | 0.99 | 0.59 |
| Hex | FA | FE | 2F | 2 | 0 | 51 | 0 | 3D | 63 | 3B |
| Octal | 372 | 376 | 57 | 2 | 0 | 121 | 0 | 75 | 143 | 73 |
| Binary | 11111010 | 11111110 | 101111 | 10 | 0 | 1010001 | 0 | 111101 | 1100011 | 111011 |
Color Harmonies of #FAFE2F
Complementary color
Monochromatic Colors of #FAFE2F
Black with #FAFE2F
Text Example
Text Example
White with #FAFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE2F; }
p { color: rgb(250,254,47); }
H1.HeaderClassName
{
color: #FAFE2F;
}
.AnyTagClassName
{
color: #FAFE2F;
}
</style>
background-color css
<style>
a { background-color: #FAFE2F; }
a { background-color: rgb(250,254,47); }
div.DivClassName
{
background-color: #FAFE2F;
}
.BgClassName
{
background-color: #FAFE2F;
}
</style>
border-color css
<style>
span { border-color: #FAFE2F; }
span { border-color: rgb(250,254,47); }
td.TdClassName
{
border-color: #FAFE2F;
}
.TagClassName
{
border-color: #FAFE2F;
}
</style>