Shades of Gorse #FBEE2C
Tints of Gorse #FBEE2C
RGB
CMYK
RGB Variations
Color information
#FBEE2C (or 0xFBEE2C) is known color: Gorse. HEX triplet: FB, EE and 2C. RGB value is (251,238,44). Sum of RGB (Red+Green+Blue) = 251+238+44=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 44 (17.58% from 255 or 8.26% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEE2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBEE2C is #0411D3. Grayscale: #DCDCDC. Windows color (decimal): -266708 or 2944763. OLE color: 2944763.
HSL color Cylindrical-coordinate representation of color #FBEE2C: hue angle of 56.23º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBEE2C is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 238 | 44 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.02 |
| HSL | 56.23º | 0.96% | 0.58% | - |
| HSV(B) | 56.23º | 0.82% | 0.98% | - |
| XYZ | 70.81 | 81.84 | 14.45 | - |
| YUV | 219.77 | 28.81 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 238 | 44 | 0 | 0.05 | 0.82 | 0.02 | 56.23 | 0.96 | 0.58 |
| Hex | FB | EE | 2C | 0 | 5 | 52 | 2 | 38 | 60 | 3A |
| Octal | 373 | 356 | 54 | 0 | 5 | 122 | 2 | 70 | 140 | 72 |
| Binary | 11111011 | 11101110 | 101100 | 0 | 101 | 1010010 | 10 | 111000 | 1100000 | 111010 |
Color Harmonies of #FBEE2C
Complementary color
Monochromatic Colors of #FBEE2C
Black with #FBEE2C
Text Example
Text Example
White with #FBEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBEE2C; }
p { color: rgb(251,238,44); }
H1.HeaderClassName
{
color: #FBEE2C;
}
.AnyTagClassName
{
color: #FBEE2C;
}
</style>
background-color css
<style>
a { background-color: #FBEE2C; }
a { background-color: rgb(251,238,44); }
div.DivClassName
{
background-color: #FBEE2C;
}
.BgClassName
{
background-color: #FBEE2C;
}
</style>
border-color css
<style>
span { border-color: #FBEE2C; }
span { border-color: rgb(251,238,44); }
td.TdClassName
{
border-color: #FBEE2C;
}
.TagClassName
{
border-color: #FBEE2C;
}
</style>