Shades of Gorse #FBFE30
Tints of Gorse #FBFE30
RGB
CMYK
RGB Variations
Color information
#FBFE30 (or 0xFBFE30) is known color: Gorse. HEX triplet: FB, FE and 30. RGB value is (251,254,48). Sum of RGB (Red+Green+Blue) = 251+254+48=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 48 (19.14% from 255 or 8.68% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE30 is #0401CF. Grayscale: #E6E6E6. Windows color (decimal): -262608 or 3211003. OLE color: 3211003.
HSL color Cylindrical-coordinate representation of color #FBFE30: hue angle of 60.87º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBFE30 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 48 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.00 |
| HSL | 60.87º | 0.99% | 0.59% | - |
| HSV(B) | 60.87º | 0.81% | 1% | - |
| XYZ | 75.76 | 91.61 | 16.49 | - |
| YUV | 229.62 | 25.51 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 48 | 0.01 | 0 | 0.81 | 0.00 | 60.87 | 0.99 | 0.59 |
| Hex | FB | FE | 30 | 1 | 0 | 51 | 0 | 3D | 63 | 3B |
| Octal | 373 | 376 | 60 | 1 | 0 | 121 | 0 | 75 | 143 | 73 |
| Binary | 11111011 | 11111110 | 110000 | 1 | 0 | 1010001 | 0 | 111101 | 1100011 | 111011 |
Color Harmonies of #FBFE30
Complementary color
Monochromatic Colors of #FBFE30
Black with #FBFE30
Text Example
Text Example
White with #FBFE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE30; }
p { color: rgb(251,254,48); }
H1.HeaderClassName
{
color: #FBFE30;
}
.AnyTagClassName
{
color: #FBFE30;
}
</style>
background-color css
<style>
a { background-color: #FBFE30; }
a { background-color: rgb(251,254,48); }
div.DivClassName
{
background-color: #FBFE30;
}
.BgClassName
{
background-color: #FBFE30;
}
</style>
border-color css
<style>
span { border-color: #FBFE30; }
span { border-color: rgb(251,254,48); }
td.TdClassName
{
border-color: #FBFE30;
}
.TagClassName
{
border-color: #FBFE30;
}
</style>