Shades of Gorse #FBEE32
Tints of Gorse #FBEE32
RGB
CMYK
RGB Variations
Color information
#FBEE32 (or 0xFBEE32) is known color: Gorse. HEX triplet: FB, EE and 32. RGB value is (251,238,50). Sum of RGB (Red+Green+Blue) = 251+238+50=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 50 (19.92% from 255 or 9.28% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEE32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEE32 is #0411CD. Grayscale: #DDDDDD. Windows color (decimal): -266702 or 3337979. OLE color: 3337979.
HSL color Cylindrical-coordinate representation of color #FBEE32: hue angle of 56.12º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBEE32 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 50 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.02 |
| HSL | 56.12º | 0.96% | 0.59% | - |
| HSV(B) | 56.12º | 0.8% | 0.98% | - |
| XYZ | 70.93 | 81.89 | 15.09 | - |
| YUV | 220.46 | 31.81 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 50 | 0 | 0.05 | 0.80 | 0.02 | 56.12 | 0.96 | 0.59 |
| Hex | FB | EE | 32 | 0 | 5 | 50 | 2 | 38 | 60 | 3B |
| Octal | 373 | 356 | 62 | 0 | 5 | 120 | 2 | 70 | 140 | 73 |
| Binary | 11111011 | 11101110 | 110010 | 0 | 101 | 1010000 | 10 | 111000 | 1100000 | 111011 |
Color Harmonies of #FBEE32
Complementary color
Monochromatic Colors of #FBEE32
Black with #FBEE32
Text Example
Text Example
White with #FBEE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEE32; }
p { color: rgb(251,238,50); }
H1.HeaderClassName
{
color: #FBEE32;
}
.AnyTagClassName
{
color: #FBEE32;
}
</style>
background-color css
<style>
a { background-color: #FBEE32; }
a { background-color: rgb(251,238,50); }
div.DivClassName
{
background-color: #FBEE32;
}
.BgClassName
{
background-color: #FBEE32;
}
</style>
border-color css
<style>
span { border-color: #FBEE32; }
span { border-color: rgb(251,238,50); }
td.TdClassName
{
border-color: #FBEE32;
}
.TagClassName
{
border-color: #FBEE32;
}
</style>