Shades of Gorse #FBFE2C
Tints of Gorse #FBFE2C
RGB
CMYK
RGB Variations
Color information
#FBFE2C (or 0xFBFE2C) is known color: Gorse. HEX triplet: FB, FE and 2C. RGB value is (251,254,44). Sum of RGB (Red+Green+Blue) = 251+254+44=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 44 (17.58% from 255 or 8.01% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE2C is #0401D3. Grayscale: #E5E5E5. Windows color (decimal): -262612 or 2948859. OLE color: 2948859.
HSL color Cylindrical-coordinate representation of color #FBFE2C: hue angle of 60.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBFE2C is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 44 | - |
| CMYK | 0.01 | 0 | 0.83 | 0.00 |
| HSL | 60.86º | 0.99% | 0.58% | - |
| HSV(B) | 60.86º | 0.83% | 1% | - |
| XYZ | 75.68 | 91.57 | 16.07 | - |
| YUV | 229.16 | 23.51 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 44 | 0.01 | 0 | 0.83 | 0.00 | 60.86 | 0.99 | 0.58 |
| Hex | FB | FE | 2C | 1 | 0 | 53 | 0 | 3D | 63 | 3A |
| Octal | 373 | 376 | 54 | 1 | 0 | 123 | 0 | 75 | 143 | 72 |
| Binary | 11111011 | 11111110 | 101100 | 1 | 0 | 1010011 | 0 | 111101 | 1100011 | 111010 |
Color Harmonies of #FBFE2C
Complementary color
Monochromatic Colors of #FBFE2C
Black with #FBFE2C
Text Example
Text Example
White with #FBFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE2C; }
p { color: rgb(251,254,44); }
H1.HeaderClassName
{
color: #FBFE2C;
}
.AnyTagClassName
{
color: #FBFE2C;
}
</style>
background-color css
<style>
a { background-color: #FBFE2C; }
a { background-color: rgb(251,254,44); }
div.DivClassName
{
background-color: #FBFE2C;
}
.BgClassName
{
background-color: #FBFE2C;
}
</style>
border-color css
<style>
span { border-color: #FBFE2C; }
span { border-color: rgb(251,254,44); }
td.TdClassName
{
border-color: #FBFE2C;
}
.TagClassName
{
border-color: #FBFE2C;
}
</style>