Shades of Turbo #FBC719
Tints of Turbo #FBC719
RGB
CMYK
RGB Variations
Color information
#FBC719 (or 0xFBC719) is known color: Turbo. HEX triplet: FB, C7 and 19. RGB value is (251,199,25). Sum of RGB (Red+Green+Blue) = 251+199+25=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 25 (10.16% from 255 or 5.26% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC719 is #0438E6. Grayscale: #C3C3C3. Windows color (decimal): -276711 or 1689595. OLE color: 1689595.
HSL color Cylindrical-coordinate representation of color #FBC719: hue angle of 46.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBC719 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 25 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.02 |
| HSL | 46.19º | 0.97% | 0.54% | - |
| HSV(B) | 46.19º | 0.9% | 0.98% | - |
| XYZ | 60.38 | 61.43 | 9.59 | - |
| YUV | 194.71 | 32.23 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 25 | 0 | 0.21 | 0.90 | 0.02 | 46.19 | 0.97 | 0.54 |
| Hex | FB | C7 | 19 | 0 | 15 | 5A | 2 | 2E | 61 | 36 |
| Octal | 373 | 307 | 31 | 0 | 25 | 132 | 2 | 56 | 141 | 66 |
| Binary | 11111011 | 11000111 | 11001 | 0 | 10101 | 1011010 | 10 | 101110 | 1100001 | 110110 |
Color Harmonies of #FBC719
Complementary color
Monochromatic Colors of #FBC719
Black with #FBC719
Text Example
Text Example
White with #FBC719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC719; }
p { color: rgb(251,199,25); }
H1.HeaderClassName
{
color: #FBC719;
}
.AnyTagClassName
{
color: #FBC719;
}
</style>
background-color css
<style>
a { background-color: #FBC719; }
a { background-color: rgb(251,199,25); }
div.DivClassName
{
background-color: #FBC719;
}
.BgClassName
{
background-color: #FBC719;
}
</style>
border-color css
<style>
span { border-color: #FBC719; }
span { border-color: rgb(251,199,25); }
td.TdClassName
{
border-color: #FBC719;
}
.TagClassName
{
border-color: #FBC719;
}
</style>