Shades of Gorse #FAFE28
Tints of Gorse #FAFE28
RGB
CMYK
RGB Variations
Color information
#FAFE28 (or 0xFAFE28) is known color: Gorse. HEX triplet: FA, FE and 28. RGB value is (250,254,40). Sum of RGB (Red+Green+Blue) = 250+254+40=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 40 (16.02% from 255 or 7.35% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFE28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAFE28 is #0501D7. Grayscale: #E5E5E5. Windows color (decimal): -328152 or 2686714. OLE color: 2686714.
HSL color Cylindrical-coordinate representation of color #FAFE28: hue angle of 61.12º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FAFE28 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 40 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.00 |
| HSL | 61.12º | 0.99% | 0.58% | - |
| HSV(B) | 61.12º | 0.84% | 1% | - |
| XYZ | 75.25 | 91.36 | 15.68 | - |
| YUV | 228.41 | 21.67 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 40 | 0.02 | 0 | 0.84 | 0.00 | 61.12 | 0.99 | 0.58 |
| Hex | FA | FE | 28 | 2 | 0 | 54 | 0 | 3D | 63 | 3A |
| Octal | 372 | 376 | 50 | 2 | 0 | 124 | 0 | 75 | 143 | 72 |
| Binary | 11111010 | 11111110 | 101000 | 10 | 0 | 1010100 | 0 | 111101 | 1100011 | 111010 |
Color Harmonies of #FAFE28
Complementary color
Monochromatic Colors of #FAFE28
Black with #FAFE28
Text Example
Text Example
White with #FAFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFE28; }
p { color: rgb(250,254,40); }
H1.HeaderClassName
{
color: #FAFE28;
}
.AnyTagClassName
{
color: #FAFE28;
}
</style>
background-color css
<style>
a { background-color: #FAFE28; }
a { background-color: rgb(250,254,40); }
div.DivClassName
{
background-color: #FAFE28;
}
.BgClassName
{
background-color: #FAFE28;
}
</style>
border-color css
<style>
span { border-color: #FAFE28; }
span { border-color: rgb(250,254,40); }
td.TdClassName
{
border-color: #FAFE28;
}
.TagClassName
{
border-color: #FAFE28;
}
</style>