Shades of Turbo #FBC928
Tints of Turbo #FBC928
RGB
CMYK
RGB Variations
Color information
#FBC928 (or 0xFBC928) is known color: Turbo. HEX triplet: FB, C9 and 28. RGB value is (251,201,40). Sum of RGB (Red+Green+Blue) = 251+201+40=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC928 is #0436D7. Grayscale: #C6C6C6. Windows color (decimal): -276184 or 2673147. OLE color: 2673147.
HSL color Cylindrical-coordinate representation of color #FBC928: hue angle of 45.78º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBC928 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 40 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.02 |
| HSL | 45.78º | 0.96% | 0.57% | - |
| HSV(B) | 45.78º | 0.84% | 0.98% | - |
| XYZ | 61.05 | 62.44 | 10.84 | - |
| YUV | 197.6 | 39.07 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 40 | 0 | 0.20 | 0.84 | 0.02 | 45.78 | 0.96 | 0.57 |
| Hex | FB | C9 | 28 | 0 | 14 | 54 | 2 | 2E | 60 | 39 |
| Octal | 373 | 311 | 50 | 0 | 24 | 124 | 2 | 56 | 140 | 71 |
| Binary | 11111011 | 11001001 | 101000 | 0 | 10100 | 1010100 | 10 | 101110 | 1100000 | 111001 |
Color Harmonies of #FBC928
Complementary color
Monochromatic Colors of #FBC928
Black with #FBC928
Text Example
Text Example
White with #FBC928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC928; }
p { color: rgb(251,201,40); }
H1.HeaderClassName
{
color: #FBC928;
}
.AnyTagClassName
{
color: #FBC928;
}
</style>
background-color css
<style>
a { background-color: #FBC928; }
a { background-color: rgb(251,201,40); }
div.DivClassName
{
background-color: #FBC928;
}
.BgClassName
{
background-color: #FBC928;
}
</style>
border-color css
<style>
span { border-color: #FBC928; }
span { border-color: rgb(251,201,40); }
td.TdClassName
{
border-color: #FBC928;
}
.TagClassName
{
border-color: #FBC928;
}
</style>