Shades of Turbo #FBC91C
Tints of Turbo #FBC91C
RGB
CMYK
RGB Variations
Color information
#FBC91C (or 0xFBC91C) is known color: Turbo. HEX triplet: FB, C9 and 1C. RGB value is (251,201,28). Sum of RGB (Red+Green+Blue) = 251+201+28=480 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.29% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 28 (11.33% from 255 or 5.83% from 480); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC91C is #0436E3. Grayscale: #C4C4C4. Windows color (decimal): -276196 or 1886715. OLE color: 1886715.
HSL color Cylindrical-coordinate representation of color #FBC91C: hue angle of 46.55º 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 #FBC91C is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 28 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.02 |
| HSL | 46.55º | 0.97% | 0.55% | - |
| HSV(B) | 46.55º | 0.89% | 0.98% | - |
| XYZ | 60.88 | 62.37 | 9.93 | - |
| YUV | 196.23 | 33.07 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 28 | 0 | 0.20 | 0.89 | 0.02 | 46.55 | 0.97 | 0.55 |
| Hex | FB | C9 | 1C | 0 | 14 | 59 | 2 | 2F | 61 | 37 |
| Octal | 373 | 311 | 34 | 0 | 24 | 131 | 2 | 57 | 141 | 67 |
| Binary | 11111011 | 11001001 | 11100 | 0 | 10100 | 1011001 | 10 | 101111 | 1100001 | 110111 |
Color Harmonies of #FBC91C
Complementary color
Monochromatic Colors of #FBC91C
Black with #FBC91C
Text Example
Text Example
White with #FBC91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC91C; }
p { color: rgb(251,201,28); }
H1.HeaderClassName
{
color: #FBC91C;
}
.AnyTagClassName
{
color: #FBC91C;
}
</style>
background-color css
<style>
a { background-color: #FBC91C; }
a { background-color: rgb(251,201,28); }
div.DivClassName
{
background-color: #FBC91C;
}
.BgClassName
{
background-color: #FBC91C;
}
</style>
border-color css
<style>
span { border-color: #FBC91C; }
span { border-color: rgb(251,201,28); }
td.TdClassName
{
border-color: #FBC91C;
}
.TagClassName
{
border-color: #FBC91C;
}
</style>