Shades of Gorse #FEFA28
Tints of Gorse #FEFA28
RGB
CMYK
RGB Variations
Color information
#FEFA28 (or 0xFEFA28) is known color: Gorse. HEX triplet: FE, FA and 28. RGB value is (254,250,40). Sum of RGB (Red+Green+Blue) = 254+250+40=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 40 (16.02% from 255 or 7.35% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFA28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFA28 is #0105D7. Grayscale: #E4E4E4. Windows color (decimal): -67032 or 2685694. OLE color: 2685694.
HSL color Cylindrical-coordinate representation of color #FEFA28: hue angle of 58.88º 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 #FEFA28 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 40 | - |
| CMYK | 0 | 0.02 | 0.84 | 0.00 |
| HSL | 58.88º | 0.99% | 0.58% | - |
| HSV(B) | 58.88º | 0.84% | 1% | - |
| XYZ | 75.44 | 89.6 | 15.32 | - |
| YUV | 227.26 | 22.33 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 40 | 0 | 0.02 | 0.84 | 0.00 | 58.88 | 0.99 | 0.58 |
| Hex | FE | FA | 28 | 0 | 2 | 54 | 0 | 3B | 63 | 3A |
| Octal | 376 | 372 | 50 | 0 | 2 | 124 | 0 | 73 | 143 | 72 |
| Binary | 11111110 | 11111010 | 101000 | 0 | 10 | 1010100 | 0 | 111011 | 1100011 | 111010 |
Color Harmonies of #FEFA28
Complementary color
Monochromatic Colors of #FEFA28
Black with #FEFA28
Text Example
Text Example
White with #FEFA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFA28; }
p { color: rgb(254,250,40); }
H1.HeaderClassName
{
color: #FEFA28;
}
.AnyTagClassName
{
color: #FEFA28;
}
</style>
background-color css
<style>
a { background-color: #FEFA28; }
a { background-color: rgb(254,250,40); }
div.DivClassName
{
background-color: #FEFA28;
}
.BgClassName
{
background-color: #FEFA28;
}
</style>
border-color css
<style>
span { border-color: #FEFA28; }
span { border-color: rgb(254,250,40); }
td.TdClassName
{
border-color: #FEFA28;
}
.TagClassName
{
border-color: #FEFA28;
}
</style>