Shades of Turbo #FBC919
Tints of Turbo #FBC919
RGB
CMYK
RGB Variations
Color information
#FBC919 (or 0xFBC919) is known color: Turbo. HEX triplet: FB, C9 and 19. RGB value is (251,201,25). Sum of RGB (Red+Green+Blue) = 251+201+25=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 25 (10.16% from 255 or 5.24% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC919 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC919 is #0436E6. Grayscale: #C4C4C4. Windows color (decimal): -276199 or 1690107. OLE color: 1690107.
HSL color Cylindrical-coordinate representation of color #FBC919: hue angle of 46.73º 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 #FBC919 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 25 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.02 |
| HSL | 46.73º | 0.97% | 0.54% | - |
| HSV(B) | 46.73º | 0.9% | 0.98% | - |
| XYZ | 60.85 | 62.35 | 9.75 | - |
| YUV | 195.89 | 31.57 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 25 | 0 | 0.20 | 0.90 | 0.02 | 46.73 | 0.97 | 0.54 |
| Hex | FB | C9 | 19 | 0 | 14 | 5A | 2 | 2F | 61 | 36 |
| Octal | 373 | 311 | 31 | 0 | 24 | 132 | 2 | 57 | 141 | 66 |
| Binary | 11111011 | 11001001 | 11001 | 0 | 10100 | 1011010 | 10 | 101111 | 1100001 | 110110 |
Color Harmonies of #FBC919
Complementary color
Monochromatic Colors of #FBC919
Black with #FBC919
Text Example
Text Example
White with #FBC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC919; }
p { color: rgb(251,201,25); }
H1.HeaderClassName
{
color: #FBC919;
}
.AnyTagClassName
{
color: #FBC919;
}
</style>
background-color css
<style>
a { background-color: #FBC919; }
a { background-color: rgb(251,201,25); }
div.DivClassName
{
background-color: #FBC919;
}
.BgClassName
{
background-color: #FBC919;
}
</style>
border-color css
<style>
span { border-color: #FBC919; }
span { border-color: rgb(251,201,25); }
td.TdClassName
{
border-color: #FBC919;
}
.TagClassName
{
border-color: #FBC919;
}
</style>