Shades of Gorse #FBF62D
Tints of Gorse #FBF62D
RGB
CMYK
RGB Variations
Color information
#FBF62D (or 0xFBF62D) is known color: Gorse. HEX triplet: FB, F6 and 2D. RGB value is (251,246,45). Sum of RGB (Red+Green+Blue) = 251+246+45=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 45 (17.97% from 255 or 8.30% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF62D is #0409D2. Grayscale: #E1E1E1. Windows color (decimal): -264659 or 3012347. OLE color: 3012347.
HSL color Cylindrical-coordinate representation of color #FBF62D: hue angle of 58.54º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBF62D is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 45 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.02 |
| HSL | 58.54º | 0.96% | 0.58% | - |
| HSV(B) | 58.54º | 0.82% | 0.98% | - |
| XYZ | 73.21 | 86.61 | 15.34 | - |
| YUV | 224.58 | 26.66 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 45 | 0 | 0.02 | 0.82 | 0.02 | 58.54 | 0.96 | 0.58 |
| Hex | FB | F6 | 2D | 0 | 2 | 52 | 2 | 3B | 60 | 3A |
| Octal | 373 | 366 | 55 | 0 | 2 | 122 | 2 | 73 | 140 | 72 |
| Binary | 11111011 | 11110110 | 101101 | 0 | 10 | 1010010 | 10 | 111011 | 1100000 | 111010 |
Color Harmonies of #FBF62D
Complementary color
Monochromatic Colors of #FBF62D
Black with #FBF62D
Text Example
Text Example
White with #FBF62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF62D; }
p { color: rgb(251,246,45); }
H1.HeaderClassName
{
color: #FBF62D;
}
.AnyTagClassName
{
color: #FBF62D;
}
</style>
background-color css
<style>
a { background-color: #FBF62D; }
a { background-color: rgb(251,246,45); }
div.DivClassName
{
background-color: #FBF62D;
}
.BgClassName
{
background-color: #FBF62D;
}
</style>
border-color css
<style>
span { border-color: #FBF62D; }
span { border-color: rgb(251,246,45); }
td.TdClassName
{
border-color: #FBF62D;
}
.TagClassName
{
border-color: #FBF62D;
}
</style>