Shades of Gorse #FAFE39
Tints of Gorse #FAFE39
RGB
CMYK
RGB Variations
Color information
#FAFE39 (or 0xFAFE39) is known color: Gorse. HEX triplet: FA, FE and 39. RGB value is (250,254,57). Sum of RGB (Red+Green+Blue) = 250+254+57=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 57 (22.66% from 255 or 10.16% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE39 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE39 is #0501C6. Grayscale: #E7E7E7. Windows color (decimal): -328135 or 3800826. OLE color: 3800826.
HSL color Cylindrical-coordinate representation of color #FAFE39: hue angle of 61.22º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FAFE39 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 57 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.00 |
| HSL | 61.22º | 0.99% | 0.61% | - |
| HSV(B) | 61.22º | 0.78% | 1% | - |
| XYZ | 75.6 | 91.5 | 17.55 | - |
| YUV | 230.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 57 | 0.02 | 0 | 0.78 | 0.00 | 61.22 | 0.99 | 0.61 |
| Hex | FA | FE | 39 | 2 | 0 | 4E | 0 | 3D | 63 | 3D |
| Octal | 372 | 376 | 71 | 2 | 0 | 116 | 0 | 75 | 143 | 75 |
| Binary | 11111010 | 11111110 | 111001 | 10 | 0 | 1001110 | 0 | 111101 | 1100011 | 111101 |
Color Harmonies of #FAFE39
Complementary color
Monochromatic Colors of #FAFE39
Black with #FAFE39
Text Example
Text Example
White with #FAFE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE39; }
p { color: rgb(250,254,57); }
H1.HeaderClassName
{
color: #FAFE39;
}
.AnyTagClassName
{
color: #FAFE39;
}
</style>
background-color css
<style>
a { background-color: #FAFE39; }
a { background-color: rgb(250,254,57); }
div.DivClassName
{
background-color: #FAFE39;
}
.BgClassName
{
background-color: #FAFE39;
}
</style>
border-color css
<style>
span { border-color: #FAFE39; }
span { border-color: rgb(250,254,57); }
td.TdClassName
{
border-color: #FAFE39;
}
.TagClassName
{
border-color: #FAFE39;
}
</style>