Shades of Turbo #FBC91B
Tints of Turbo #FBC91B
RGB
CMYK
RGB Variations
Color information
#FBC91B (or 0xFBC91B) is known color: Turbo. HEX triplet: FB, C9 and 1B. RGB value is (251,201,27). Sum of RGB (Red+Green+Blue) = 251+201+27=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 27 (10.94% from 255 or 5.64% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC91B is #0436E4. Grayscale: #C4C4C4. Windows color (decimal): -276197 or 1821179. OLE color: 1821179.
HSL color Cylindrical-coordinate representation of color #FBC91B: hue angle of 46.61º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBC91B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.02 |
| HSL | 46.61º | 0.97% | 0.55% | - |
| HSV(B) | 46.61º | 0.89% | 0.98% | - |
| XYZ | 60.87 | 62.36 | 9.87 | - |
| YUV | 196.11 | 32.57 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 27 | 0 | 0.20 | 0.89 | 0.02 | 46.61 | 0.97 | 0.55 |
| Hex | FB | C9 | 1B | 0 | 14 | 59 | 2 | 2F | 61 | 37 |
| Octal | 373 | 311 | 33 | 0 | 24 | 131 | 2 | 57 | 141 | 67 |
| Binary | 11111011 | 11001001 | 11011 | 0 | 10100 | 1011001 | 10 | 101111 | 1100001 | 110111 |
Color Harmonies of #FBC91B
Complementary color
Monochromatic Colors of #FBC91B
Black with #FBC91B
Text Example
Text Example
White with #FBC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC91B; }
p { color: rgb(251,201,27); }
H1.HeaderClassName
{
color: #FBC91B;
}
.AnyTagClassName
{
color: #FBC91B;
}
</style>
background-color css
<style>
a { background-color: #FBC91B; }
a { background-color: rgb(251,201,27); }
div.DivClassName
{
background-color: #FBC91B;
}
.BgClassName
{
background-color: #FBC91B;
}
</style>
border-color css
<style>
span { border-color: #FBC91B; }
span { border-color: rgb(251,201,27); }
td.TdClassName
{
border-color: #FBC91B;
}
.TagClassName
{
border-color: #FBC91B;
}
</style>