Shades of Gorse #FEFB32
Tints of Gorse #FEFB32
RGB
CMYK
RGB Variations
Color information
#FEFB32 (or 0xFEFB32) is known color: Gorse. HEX triplet: FE, FB and 32. RGB value is (254,251,50). Sum of RGB (Red+Green+Blue) = 254+251+50=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 50 (19.92% from 255 or 9.01% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFB32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFB32 is #0104CD. Grayscale: #E5E5E5. Windows color (decimal): -66766 or 3341310. OLE color: 3341310.
HSL color Cylindrical-coordinate representation of color #FEFB32: hue angle of 59.12º 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 #FEFB32 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 251 | 50 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.00 |
| HSL | 59.12º | 0.99% | 0.6% | - |
| HSV(B) | 59.12º | 0.8% | 1% | - |
| XYZ | 75.95 | 90.3 | 16.44 | - |
| YUV | 228.98 | 26.99 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 251 | 50 | 0 | 0.01 | 0.80 | 0.00 | 59.12 | 0.99 | 0.6 |
| Hex | FE | FB | 32 | 0 | 1 | 50 | 0 | 3B | 63 | 3C |
| Octal | 376 | 373 | 62 | 0 | 1 | 120 | 0 | 73 | 143 | 74 |
| Binary | 11111110 | 11111011 | 110010 | 0 | 1 | 1010000 | 0 | 111011 | 1100011 | 111100 |
Color Harmonies of #FEFB32
Complementary color
Monochromatic Colors of #FEFB32
Black with #FEFB32
Text Example
Text Example
White with #FEFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFB32; }
p { color: rgb(254,251,50); }
H1.HeaderClassName
{
color: #FEFB32;
}
.AnyTagClassName
{
color: #FEFB32;
}
</style>
background-color css
<style>
a { background-color: #FEFB32; }
a { background-color: rgb(254,251,50); }
div.DivClassName
{
background-color: #FEFB32;
}
.BgClassName
{
background-color: #FEFB32;
}
</style>
border-color css
<style>
span { border-color: #FEFB32; }
span { border-color: rgb(254,251,50); }
td.TdClassName
{
border-color: #FEFB32;
}
.TagClassName
{
border-color: #FEFB32;
}
</style>