Shades of Gorse #FAFE32
Tints of Gorse #FAFE32
RGB
CMYK
RGB Variations
Color information
#FAFE32 (or 0xFAFE32) is known color: Gorse. HEX triplet: FA, FE and 32. RGB value is (250,254,50). Sum of RGB (Red+Green+Blue) = 250+254+50=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 50 (19.92% from 255 or 9.03% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE32 is #0501CD. Grayscale: #E6E6E6. Windows color (decimal): -328142 or 3342074. OLE color: 3342074.
HSL color Cylindrical-coordinate representation of color #FAFE32: hue angle of 61.18º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAFE32 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 50 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.00 |
| HSL | 61.18º | 0.99% | 0.6% | - |
| HSV(B) | 61.18º | 0.8% | 1% | - |
| XYZ | 75.44 | 91.44 | 16.69 | - |
| YUV | 229.55 | 26.67 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 50 | 0.02 | 0 | 0.80 | 0.00 | 61.18 | 0.99 | 0.6 |
| Hex | FA | FE | 32 | 2 | 0 | 50 | 0 | 3D | 63 | 3C |
| Octal | 372 | 376 | 62 | 2 | 0 | 120 | 0 | 75 | 143 | 74 |
| Binary | 11111010 | 11111110 | 110010 | 10 | 0 | 1010000 | 0 | 111101 | 1100011 | 111100 |
Color Harmonies of #FAFE32
Complementary color
Monochromatic Colors of #FAFE32
Black with #FAFE32
Text Example
Text Example
White with #FAFE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE32; }
p { color: rgb(250,254,50); }
H1.HeaderClassName
{
color: #FAFE32;
}
.AnyTagClassName
{
color: #FAFE32;
}
</style>
background-color css
<style>
a { background-color: #FAFE32; }
a { background-color: rgb(250,254,50); }
div.DivClassName
{
background-color: #FAFE32;
}
.BgClassName
{
background-color: #FAFE32;
}
</style>
border-color css
<style>
span { border-color: #FAFE32; }
span { border-color: rgb(250,254,50); }
td.TdClassName
{
border-color: #FAFE32;
}
.TagClassName
{
border-color: #FAFE32;
}
</style>