Shades of Gorse #FAFE2D
Tints of Gorse #FAFE2D
RGB
CMYK
RGB Variations
Color information
#FAFE2D (or 0xFAFE2D) is known color: Gorse. HEX triplet: FA, FE and 2D. RGB value is (250,254,45). Sum of RGB (Red+Green+Blue) = 250+254+45=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 45 (17.97% from 255 or 8.20% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE2D is #0501D2. Grayscale: #E5E5E5. Windows color (decimal): -328147 or 3014394. OLE color: 3014394.
HSL color Cylindrical-coordinate representation of color #FAFE2D: hue angle of 61.15º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FAFE2D is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 45 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.00 |
| HSL | 61.15º | 0.99% | 0.59% | - |
| HSV(B) | 61.15º | 0.82% | 1% | - |
| XYZ | 75.34 | 91.4 | 16.15 | - |
| YUV | 228.98 | 24.17 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 45 | 0.02 | 0 | 0.82 | 0.00 | 61.15 | 0.99 | 0.59 |
| Hex | FA | FE | 2D | 2 | 0 | 52 | 0 | 3D | 63 | 3B |
| Octal | 372 | 376 | 55 | 2 | 0 | 122 | 0 | 75 | 143 | 73 |
| Binary | 11111010 | 11111110 | 101101 | 10 | 0 | 1010010 | 0 | 111101 | 1100011 | 111011 |
Color Harmonies of #FAFE2D
Complementary color
Monochromatic Colors of #FAFE2D
Black with #FAFE2D
Text Example
Text Example
White with #FAFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE2D; }
p { color: rgb(250,254,45); }
H1.HeaderClassName
{
color: #FAFE2D;
}
.AnyTagClassName
{
color: #FAFE2D;
}
</style>
background-color css
<style>
a { background-color: #FAFE2D; }
a { background-color: rgb(250,254,45); }
div.DivClassName
{
background-color: #FAFE2D;
}
.BgClassName
{
background-color: #FAFE2D;
}
</style>
border-color css
<style>
span { border-color: #FAFE2D; }
span { border-color: rgb(250,254,45); }
td.TdClassName
{
border-color: #FAFE2D;
}
.TagClassName
{
border-color: #FAFE2D;
}
</style>