Shades of Turbo #FBC71C
Tints of Turbo #FBC71C
RGB
CMYK
RGB Variations
Color information
#FBC71C (or 0xFBC71C) is known color: Turbo. HEX triplet: FB, C7 and 1C. RGB value is (251,199,28). Sum of RGB (Red+Green+Blue) = 251+199+28=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC71C is #0438E3. Grayscale: #C3C3C3. Windows color (decimal): -276708 or 1886203. OLE color: 1886203.
HSL color Cylindrical-coordinate representation of color #FBC71C: hue angle of 46.01º 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 #FBC71C is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 28 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.02 |
| HSL | 46.01º | 0.97% | 0.55% | - |
| HSV(B) | 46.01º | 0.89% | 0.98% | - |
| XYZ | 60.42 | 61.44 | 9.77 | - |
| YUV | 195.05 | 33.73 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 28 | 0 | 0.21 | 0.89 | 0.02 | 46.01 | 0.97 | 0.55 |
| Hex | FB | C7 | 1C | 0 | 15 | 59 | 2 | 2E | 61 | 37 |
| Octal | 373 | 307 | 34 | 0 | 25 | 131 | 2 | 56 | 141 | 67 |
| Binary | 11111011 | 11000111 | 11100 | 0 | 10101 | 1011001 | 10 | 101110 | 1100001 | 110111 |
Color Harmonies of #FBC71C
Complementary color
Monochromatic Colors of #FBC71C
Black with #FBC71C
Text Example
Text Example
White with #FBC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC71C; }
p { color: rgb(251,199,28); }
H1.HeaderClassName
{
color: #FBC71C;
}
.AnyTagClassName
{
color: #FBC71C;
}
</style>
background-color css
<style>
a { background-color: #FBC71C; }
a { background-color: rgb(251,199,28); }
div.DivClassName
{
background-color: #FBC71C;
}
.BgClassName
{
background-color: #FBC71C;
}
</style>
border-color css
<style>
span { border-color: #FBC71C; }
span { border-color: rgb(251,199,28); }
td.TdClassName
{
border-color: #FBC71C;
}
.TagClassName
{
border-color: #FBC71C;
}
</style>