Shades of Gorse #FBF83C
Tints of Gorse #FBF83C
RGB
CMYK
RGB Variations
Color information
#FBF83C (or 0xFBF83C) is known color: Gorse. HEX triplet: FB, F8 and 3C. RGB value is (251,248,60). Sum of RGB (Red+Green+Blue) = 251+248+60=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 60 (23.83% from 255 or 10.73% from 559); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF83C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF83C is #0407C3. Grayscale: #E4E4E4. Windows color (decimal): -264132 or 3995899. OLE color: 3995899.
HSL color Cylindrical-coordinate representation of color #FBF83C: hue angle of 59.06º 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 #FBF83C is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 248 | 60 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.02 |
| HSL | 59.06º | 0.96% | 0.61% | - |
| HSV(B) | 59.06º | 0.76% | 0.98% | - |
| XYZ | 74.17 | 87.97 | 17.35 | - |
| YUV | 227.47 | 33.49 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 248 | 60 | 0 | 0.01 | 0.76 | 0.02 | 59.06 | 0.96 | 0.61 |
| Hex | FB | F8 | 3C | 0 | 1 | 4C | 2 | 3B | 60 | 3D |
| Octal | 373 | 370 | 74 | 0 | 1 | 114 | 2 | 73 | 140 | 75 |
| Binary | 11111011 | 11111000 | 111100 | 0 | 1 | 1001100 | 10 | 111011 | 1100000 | 111101 |
Color Harmonies of #FBF83C
Complementary color
Monochromatic Colors of #FBF83C
Black with #FBF83C
Text Example
Text Example
White with #FBF83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBF83C; }
p { color: rgb(251,248,60); }
H1.HeaderClassName
{
color: #FBF83C;
}
.AnyTagClassName
{
color: #FBF83C;
}
</style>
background-color css
<style>
a { background-color: #FBF83C; }
a { background-color: rgb(251,248,60); }
div.DivClassName
{
background-color: #FBF83C;
}
.BgClassName
{
background-color: #FBF83C;
}
</style>
border-color css
<style>
span { border-color: #FBF83C; }
span { border-color: rgb(251,248,60); }
td.TdClassName
{
border-color: #FBF83C;
}
.TagClassName
{
border-color: #FBF83C;
}
</style>