Shades of Gorse #FBFD28
Tints of Gorse #FBFD28
RGB
CMYK
RGB Variations
Color information
#FBFD28 (or 0xFBFD28) is known color: Gorse. HEX triplet: FB, FD and 28. RGB value is (251,253,40). Sum of RGB (Red+Green+Blue) = 251+253+40=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 40 (16.02% from 255 or 7.35% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #FBFD28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFD28 is #0402D7. Grayscale: #E4E4E4. Windows color (decimal): -262872 or 2686459. OLE color: 2686459.
HSL color Cylindrical-coordinate representation of color #FBFD28: hue angle of 60.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBFD28 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 253 | 40 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.01 |
| HSL | 60.56º | 0.98% | 0.57% | - |
| HSV(B) | 60.56º | 0.84% | 0.99% | - |
| XYZ | 75.29 | 90.91 | 15.59 | - |
| YUV | 228.12 | 21.84 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 253 | 40 | 0.01 | 0 | 0.84 | 0.01 | 60.56 | 0.98 | 0.57 |
| Hex | FB | FD | 28 | 1 | 0 | 54 | 1 | 3D | 62 | 39 |
| Octal | 373 | 375 | 50 | 1 | 0 | 124 | 1 | 75 | 142 | 71 |
| Binary | 11111011 | 11111101 | 101000 | 1 | 0 | 1010100 | 1 | 111101 | 1100010 | 111001 |
Color Harmonies of #FBFD28
Complementary color
Monochromatic Colors of #FBFD28
Black with #FBFD28
Text Example
Text Example
White with #FBFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFD28; }
p { color: rgb(251,253,40); }
H1.HeaderClassName
{
color: #FBFD28;
}
.AnyTagClassName
{
color: #FBFD28;
}
</style>
background-color css
<style>
a { background-color: #FBFD28; }
a { background-color: rgb(251,253,40); }
div.DivClassName
{
background-color: #FBFD28;
}
.BgClassName
{
background-color: #FBFD28;
}
</style>
border-color css
<style>
span { border-color: #FBFD28; }
span { border-color: rgb(251,253,40); }
td.TdClassName
{
border-color: #FBFD28;
}
.TagClassName
{
border-color: #FBFD28;
}
</style>