Shades of Gorse #FBF63D
Tints of Gorse #FBF63D
RGB
CMYK
RGB Variations
Color information
#FBF63D (or 0xFBF63D) is known color: Gorse. HEX triplet: FB, F6 and 3D. RGB value is (251,246,61). Sum of RGB (Red+Green+Blue) = 251+246+61=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 61 (24.22% from 255 or 10.93% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF63D is #0409C2. Grayscale: #E3E3E3. Windows color (decimal): -264643 or 4060923. OLE color: 4060923.
HSL color Cylindrical-coordinate representation of color #FBF63D: hue angle of 58.42º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBF63D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 246 | 61 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.02 |
| HSL | 58.42º | 0.96% | 0.61% | - |
| HSV(B) | 58.42º | 0.76% | 0.98% | - |
| XYZ | 73.58 | 86.76 | 17.28 | - |
| YUV | 226.41 | 34.66 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 246 | 61 | 0 | 0.02 | 0.76 | 0.02 | 58.42 | 0.96 | 0.61 |
| Hex | FB | F6 | 3D | 0 | 2 | 4C | 2 | 3A | 60 | 3D |
| Octal | 373 | 366 | 75 | 0 | 2 | 114 | 2 | 72 | 140 | 75 |
| Binary | 11111011 | 11110110 | 111101 | 0 | 10 | 1001100 | 10 | 111010 | 1100000 | 111101 |
Color Harmonies of #FBF63D
Complementary color
Monochromatic Colors of #FBF63D
Black with #FBF63D
Text Example
Text Example
White with #FBF63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF63D; }
p { color: rgb(251,246,61); }
H1.HeaderClassName
{
color: #FBF63D;
}
.AnyTagClassName
{
color: #FBF63D;
}
</style>
background-color css
<style>
a { background-color: #FBF63D; }
a { background-color: rgb(251,246,61); }
div.DivClassName
{
background-color: #FBF63D;
}
.BgClassName
{
background-color: #FBF63D;
}
</style>
border-color css
<style>
span { border-color: #FBF63D; }
span { border-color: rgb(251,246,61); }
td.TdClassName
{
border-color: #FBF63D;
}
.TagClassName
{
border-color: #FBF63D;
}
</style>