Shades of Gorse #FEFB29
Tints of Gorse #FEFB29
RGB
CMYK
RGB Variations
Color information
#FEFB29 (or 0xFEFB29) is known color: Gorse. HEX triplet: FE, FB and 29. RGB value is (254,251,41). Sum of RGB (Red+Green+Blue) = 254+251+41=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 41 (16.41% from 255 or 7.51% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB29 is #0104D6. Grayscale: #E4E4E4. Windows color (decimal): -66775 or 2751486. OLE color: 2751486.
HSL color Cylindrical-coordinate representation of color #FEFB29: hue angle of 59.15º 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 #FEFB29 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 41 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.00 |
| HSL | 59.15º | 0.99% | 0.58% | - |
| HSV(B) | 59.15º | 0.84% | 1% | - |
| XYZ | 75.77 | 90.23 | 15.52 | - |
| YUV | 227.96 | 22.49 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 41 | 0 | 0.01 | 0.84 | 0.00 | 59.15 | 0.99 | 0.58 |
| Hex | FE | FB | 29 | 0 | 1 | 54 | 0 | 3B | 63 | 3A |
| Octal | 376 | 373 | 51 | 0 | 1 | 124 | 0 | 73 | 143 | 72 |
| Binary | 11111110 | 11111011 | 101001 | 0 | 1 | 1010100 | 0 | 111011 | 1100011 | 111010 |
Color Harmonies of #FEFB29
Complementary color
Monochromatic Colors of #FEFB29
Black with #FEFB29
Text Example
Text Example
White with #FEFB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB29; }
p { color: rgb(254,251,41); }
H1.HeaderClassName
{
color: #FEFB29;
}
.AnyTagClassName
{
color: #FEFB29;
}
</style>
background-color css
<style>
a { background-color: #FEFB29; }
a { background-color: rgb(254,251,41); }
div.DivClassName
{
background-color: #FEFB29;
}
.BgClassName
{
background-color: #FEFB29;
}
</style>
border-color css
<style>
span { border-color: #FEFB29; }
span { border-color: rgb(254,251,41); }
td.TdClassName
{
border-color: #FEFB29;
}
.TagClassName
{
border-color: #FEFB29;
}
</style>