Shades of Turbo #FBC929
Tints of Turbo #FBC929
RGB
CMYK
RGB Variations
Color information
#FBC929 (or 0xFBC929) is known color: Turbo. HEX triplet: FB, C9 and 29. RGB value is (251,201,41). Sum of RGB (Red+Green+Blue) = 251+201+41=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC929 is #0436D6. Grayscale: #C6C6C6. Windows color (decimal): -276183 or 2738683. OLE color: 2738683.
HSL color Cylindrical-coordinate representation of color #FBC929: hue angle of 45.71º 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 #FBC929 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 41 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.02 |
| HSL | 45.71º | 0.96% | 0.57% | - |
| HSV(B) | 45.71º | 0.84% | 0.98% | - |
| XYZ | 61.07 | 62.44 | 10.93 | - |
| YUV | 197.71 | 39.57 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 41 | 0 | 0.20 | 0.84 | 0.02 | 45.71 | 0.96 | 0.57 |
| Hex | FB | C9 | 29 | 0 | 14 | 54 | 2 | 2E | 60 | 39 |
| Octal | 373 | 311 | 51 | 0 | 24 | 124 | 2 | 56 | 140 | 71 |
| Binary | 11111011 | 11001001 | 101001 | 0 | 10100 | 1010100 | 10 | 101110 | 1100000 | 111001 |
Color Harmonies of #FBC929
Complementary color
Monochromatic Colors of #FBC929
Black with #FBC929
Text Example
Text Example
White with #FBC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC929; }
p { color: rgb(251,201,41); }
H1.HeaderClassName
{
color: #FBC929;
}
.AnyTagClassName
{
color: #FBC929;
}
</style>
background-color css
<style>
a { background-color: #FBC929; }
a { background-color: rgb(251,201,41); }
div.DivClassName
{
background-color: #FBC929;
}
.BgClassName
{
background-color: #FBC929;
}
</style>
border-color css
<style>
span { border-color: #FBC929; }
span { border-color: rgb(251,201,41); }
td.TdClassName
{
border-color: #FBC929;
}
.TagClassName
{
border-color: #FBC929;
}
</style>