Shades of Gorse #FBED3F
Tints of Gorse #FBED3F
RGB
CMYK
RGB Variations
Color information
#FBED3F (or 0xFBED3F) is known color: Gorse. HEX triplet: FB, ED and 3F. RGB value is (251,237,63). Sum of RGB (Red+Green+Blue) = 251+237+63=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 63 (25% from 255 or 11.43% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED3F is #0412C0. Grayscale: #DEDEDE. Windows color (decimal): -266945 or 4189691. OLE color: 4189691.
HSL color Cylindrical-coordinate representation of color #FBED3F: hue angle of 55.53º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FBED3F is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 237 | 63 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.02 |
| HSL | 55.53º | 0.96% | 0.62% | - |
| HSV(B) | 55.53º | 0.75% | 0.98% | - |
| XYZ | 70.97 | 81.44 | 16.68 | - |
| YUV | 221.35 | 38.64 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 237 | 63 | 0 | 0.06 | 0.75 | 0.02 | 55.53 | 0.96 | 0.62 |
| Hex | FB | ED | 3F | 0 | 6 | 4B | 2 | 38 | 60 | 3E |
| Octal | 373 | 355 | 77 | 0 | 6 | 113 | 2 | 70 | 140 | 76 |
| Binary | 11111011 | 11101101 | 111111 | 0 | 110 | 1001011 | 10 | 111000 | 1100000 | 111110 |
Color Harmonies of #FBED3F
Complementary color
Monochromatic Colors of #FBED3F
Black with #FBED3F
Text Example
Text Example
White with #FBED3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBED3F; }
p { color: rgb(251,237,63); }
H1.HeaderClassName
{
color: #FBED3F;
}
.AnyTagClassName
{
color: #FBED3F;
}
</style>
background-color css
<style>
a { background-color: #FBED3F; }
a { background-color: rgb(251,237,63); }
div.DivClassName
{
background-color: #FBED3F;
}
.BgClassName
{
background-color: #FBED3F;
}
</style>
border-color css
<style>
span { border-color: #FBED3F; }
span { border-color: rgb(251,237,63); }
td.TdClassName
{
border-color: #FBED3F;
}
.TagClassName
{
border-color: #FBED3F;
}
</style>