Shades of Gorse #FAFE2B
Tints of Gorse #FAFE2B
RGB
CMYK
RGB Variations
Color information
#FAFE2B (or 0xFAFE2B) is known color: Gorse. HEX triplet: FA, FE and 2B. RGB value is (250,254,43). Sum of RGB (Red+Green+Blue) = 250+254+43=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 43 (17.19% from 255 or 7.86% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE2B is #0501D4. Grayscale: #E5E5E5. Windows color (decimal): -328149 or 2883322. OLE color: 2883322.
HSL color Cylindrical-coordinate representation of color #FAFE2B: hue angle of 61.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FAFE2B is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 43 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.00 |
| HSL | 61.14º | 0.99% | 0.58% | - |
| HSV(B) | 61.14º | 0.83% | 1% | - |
| XYZ | 75.3 | 91.38 | 15.96 | - |
| YUV | 228.75 | 23.17 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 43 | 0.02 | 0 | 0.83 | 0.00 | 61.14 | 0.99 | 0.58 |
| Hex | FA | FE | 2B | 2 | 0 | 53 | 0 | 3D | 63 | 3A |
| Octal | 372 | 376 | 53 | 2 | 0 | 123 | 0 | 75 | 143 | 72 |
| Binary | 11111010 | 11111110 | 101011 | 10 | 0 | 1010011 | 0 | 111101 | 1100011 | 111010 |
Color Harmonies of #FAFE2B
Complementary color
Monochromatic Colors of #FAFE2B
Black with #FAFE2B
Text Example
Text Example
White with #FAFE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE2B; }
p { color: rgb(250,254,43); }
H1.HeaderClassName
{
color: #FAFE2B;
}
.AnyTagClassName
{
color: #FAFE2B;
}
</style>
background-color css
<style>
a { background-color: #FAFE2B; }
a { background-color: rgb(250,254,43); }
div.DivClassName
{
background-color: #FAFE2B;
}
.BgClassName
{
background-color: #FAFE2B;
}
</style>
border-color css
<style>
span { border-color: #FAFE2B; }
span { border-color: rgb(250,254,43); }
td.TdClassName
{
border-color: #FAFE2B;
}
.TagClassName
{
border-color: #FAFE2B;
}
</style>