Shades of Gorse #FBFF2D
Tints of Gorse #FBFF2D
RGB
CMYK
RGB Variations
Color information
#FBFF2D (or 0xFBFF2D) is known color: Gorse. HEX triplet: FB, FF and 2D. RGB value is (251,255,45). Sum of RGB (Red+Green+Blue) = 251+255+45=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 45 (17.97% from 255 or 8.17% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF2D is #0400D2. Grayscale: #E6E6E6. Windows color (decimal): -262355 or 3014651. OLE color: 3014651.
HSL color Cylindrical-coordinate representation of color #FBFF2D: hue angle of 61.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBFF2D is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 45 | - |
| CMYK | 0.02 | 0 | 0.82 | 0 |
| HSL | 61.14º | 1% | 0.59% | - |
| HSV(B) | 61.14º | 0.82% | 1% | - |
| XYZ | 76.02 | 92.22 | 16.28 | - |
| YUV | 229.86 | 23.67 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 45 | 0.02 | 0 | 0.82 | 0 | 61.14 | 1 | 0.59 |
| Hex | FB | FF | 2D | 2 | 0 | 52 | 0 | 3D | 64 | 3B |
| Octal | 373 | 377 | 55 | 2 | 0 | 122 | 0 | 75 | 144 | 73 |
| Binary | 11111011 | 11111111 | 101101 | 10 | 0 | 1010010 | 0 | 111101 | 1100100 | 111011 |
Color Harmonies of #FBFF2D
Complementary color
Monochromatic Colors of #FBFF2D
Black with #FBFF2D
Text Example
Text Example
White with #FBFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF2D; }
p { color: rgb(251,255,45); }
H1.HeaderClassName
{
color: #FBFF2D;
}
.AnyTagClassName
{
color: #FBFF2D;
}
</style>
background-color css
<style>
a { background-color: #FBFF2D; }
a { background-color: rgb(251,255,45); }
div.DivClassName
{
background-color: #FBFF2D;
}
.BgClassName
{
background-color: #FBFF2D;
}
</style>
border-color css
<style>
span { border-color: #FBFF2D; }
span { border-color: rgb(251,255,45); }
td.TdClassName
{
border-color: #FBFF2D;
}
.TagClassName
{
border-color: #FBFF2D;
}
</style>