Shades of Turbo #FBC926
Tints of Turbo #FBC926
RGB
CMYK
RGB Variations
Color information
#FBC926 (or 0xFBC926) is known color: Turbo. HEX triplet: FB, C9 and 26. RGB value is (251,201,38). Sum of RGB (Red+Green+Blue) = 251+201+38=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC926 is #0436D9. Grayscale: #C6C6C6. Windows color (decimal): -276186 or 2542075. OLE color: 2542075.
HSL color Cylindrical-coordinate representation of color #FBC926: hue angle of 45.92º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBC926 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 38 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.02 |
| HSL | 45.92º | 0.96% | 0.57% | - |
| HSV(B) | 45.92º | 0.85% | 0.98% | - |
| XYZ | 61.02 | 62.42 | 10.67 | - |
| YUV | 197.37 | 38.07 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 38 | 0 | 0.20 | 0.85 | 0.02 | 45.92 | 0.96 | 0.57 |
| Hex | FB | C9 | 26 | 0 | 14 | 55 | 2 | 2E | 60 | 39 |
| Octal | 373 | 311 | 46 | 0 | 24 | 125 | 2 | 56 | 140 | 71 |
| Binary | 11111011 | 11001001 | 100110 | 0 | 10100 | 1010101 | 10 | 101110 | 1100000 | 111001 |
Color Harmonies of #FBC926
Complementary color
Monochromatic Colors of #FBC926
Black with #FBC926
Text Example
Text Example
White with #FBC926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC926; }
p { color: rgb(251,201,38); }
H1.HeaderClassName
{
color: #FBC926;
}
.AnyTagClassName
{
color: #FBC926;
}
</style>
background-color css
<style>
a { background-color: #FBC926; }
a { background-color: rgb(251,201,38); }
div.DivClassName
{
background-color: #FBC926;
}
.BgClassName
{
background-color: #FBC926;
}
</style>
border-color css
<style>
span { border-color: #FBC926; }
span { border-color: rgb(251,201,38); }
td.TdClassName
{
border-color: #FBC926;
}
.TagClassName
{
border-color: #FBC926;
}
</style>