Shades of Gorse #FBFE2D
Tints of Gorse #FBFE2D
RGB
CMYK
RGB Variations
Color information
#FBFE2D (or 0xFBFE2D) is known color: Gorse. HEX triplet: FB, FE and 2D. RGB value is (251,254,45). Sum of RGB (Red+Green+Blue) = 251+254+45=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 45 (17.97% from 255 or 8.18% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE2D is #0401D2. Grayscale: #E6E6E6. Windows color (decimal): -262611 or 3014395. OLE color: 3014395.
HSL color Cylindrical-coordinate representation of color #FBFE2D: hue angle of 60.86º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBFE2D is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 45 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.00 |
| HSL | 60.86º | 0.99% | 0.59% | - |
| HSV(B) | 60.86º | 0.82% | 1% | - |
| XYZ | 75.7 | 91.58 | 16.17 | - |
| YUV | 229.28 | 24.01 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 45 | 0.01 | 0 | 0.82 | 0.00 | 60.86 | 0.99 | 0.59 |
| Hex | FB | FE | 2D | 1 | 0 | 52 | 0 | 3D | 63 | 3B |
| Octal | 373 | 376 | 55 | 1 | 0 | 122 | 0 | 75 | 143 | 73 |
| Binary | 11111011 | 11111110 | 101101 | 1 | 0 | 1010010 | 0 | 111101 | 1100011 | 111011 |
Color Harmonies of #FBFE2D
Complementary color
Monochromatic Colors of #FBFE2D
Black with #FBFE2D
Text Example
Text Example
White with #FBFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE2D; }
p { color: rgb(251,254,45); }
H1.HeaderClassName
{
color: #FBFE2D;
}
.AnyTagClassName
{
color: #FBFE2D;
}
</style>
background-color css
<style>
a { background-color: #FBFE2D; }
a { background-color: rgb(251,254,45); }
div.DivClassName
{
background-color: #FBFE2D;
}
.BgClassName
{
background-color: #FBFE2D;
}
</style>
border-color css
<style>
span { border-color: #FBFE2D; }
span { border-color: rgb(251,254,45); }
td.TdClassName
{
border-color: #FBFE2D;
}
.TagClassName
{
border-color: #FBFE2D;
}
</style>