Shades of Gorse #FBFE34
Tints of Gorse #FBFE34
RGB
CMYK
RGB Variations
Color information
#FBFE34 (or 0xFBFE34) is known color: Gorse. HEX triplet: FB, FE and 34. RGB value is (251,254,52). Sum of RGB (Red+Green+Blue) = 251+254+52=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 52 (20.70% from 255 or 9.34% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE34 is #0401CB. Grayscale: #E6E6E6. Windows color (decimal): -262604 or 3473147. OLE color: 3473147.
HSL color Cylindrical-coordinate representation of color #FBFE34: hue angle of 60.89º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBFE34 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 254 | 52 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.00 |
| HSL | 60.89º | 0.99% | 0.6% | - |
| HSV(B) | 60.89º | 0.8% | 1% | - |
| XYZ | 75.85 | 91.64 | 16.94 | - |
| YUV | 230.08 | 27.51 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 254 | 52 | 0.01 | 0 | 0.80 | 0.00 | 60.89 | 0.99 | 0.6 |
| Hex | FB | FE | 34 | 1 | 0 | 50 | 0 | 3D | 63 | 3C |
| Octal | 373 | 376 | 64 | 1 | 0 | 120 | 0 | 75 | 143 | 74 |
| Binary | 11111011 | 11111110 | 110100 | 1 | 0 | 1010000 | 0 | 111101 | 1100011 | 111100 |
Color Harmonies of #FBFE34
Complementary color
Monochromatic Colors of #FBFE34
Black with #FBFE34
Text Example
Text Example
White with #FBFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFE34; }
p { color: rgb(251,254,52); }
H1.HeaderClassName
{
color: #FBFE34;
}
.AnyTagClassName
{
color: #FBFE34;
}
</style>
background-color css
<style>
a { background-color: #FBFE34; }
a { background-color: rgb(251,254,52); }
div.DivClassName
{
background-color: #FBFE34;
}
.BgClassName
{
background-color: #FBFE34;
}
</style>
border-color css
<style>
span { border-color: #FBFE34; }
span { border-color: rgb(251,254,52); }
td.TdClassName
{
border-color: #FBFE34;
}
.TagClassName
{
border-color: #FBFE34;
}
</style>