Shades of Gorse #FBFD2D
Tints of Gorse #FBFD2D
RGB
CMYK
RGB Variations
Color information
#FBFD2D (or 0xFBFD2D) is known color: Gorse. HEX triplet: FB, FD and 2D. RGB value is (251,253,45). Sum of RGB (Red+Green+Blue) = 251+253+45=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 45 (17.97% from 255 or 8.20% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFD2D is #0402D2. Grayscale: #E5E5E5. Windows color (decimal): -262867 or 3014139. OLE color: 3014139.
HSL color Cylindrical-coordinate representation of color #FBFD2D: hue angle of 60.58º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBFD2D is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 45 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.01 |
| HSL | 60.58º | 0.98% | 0.58% | - |
| HSV(B) | 60.58º | 0.82% | 0.99% | - |
| XYZ | 75.38 | 90.95 | 16.06 | - |
| YUV | 228.69 | 24.34 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 45 | 0.01 | 0 | 0.82 | 0.01 | 60.58 | 0.98 | 0.58 |
| Hex | FB | FD | 2D | 1 | 0 | 52 | 1 | 3D | 62 | 3A |
| Octal | 373 | 375 | 55 | 1 | 0 | 122 | 1 | 75 | 142 | 72 |
| Binary | 11111011 | 11111101 | 101101 | 1 | 0 | 1010010 | 1 | 111101 | 1100010 | 111010 |
Color Harmonies of #FBFD2D
Complementary color
Monochromatic Colors of #FBFD2D
Black with #FBFD2D
Text Example
Text Example
White with #FBFD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFD2D; }
p { color: rgb(251,253,45); }
H1.HeaderClassName
{
color: #FBFD2D;
}
.AnyTagClassName
{
color: #FBFD2D;
}
</style>
background-color css
<style>
a { background-color: #FBFD2D; }
a { background-color: rgb(251,253,45); }
div.DivClassName
{
background-color: #FBFD2D;
}
.BgClassName
{
background-color: #FBFD2D;
}
</style>
border-color css
<style>
span { border-color: #FBFD2D; }
span { border-color: rgb(251,253,45); }
td.TdClassName
{
border-color: #FBFD2D;
}
.TagClassName
{
border-color: #FBFD2D;
}
</style>