Shades of Turbo #FBC61A
Tints of Turbo #FBC61A
RGB
CMYK
RGB Variations
Color information
#FBC61A (or 0xFBC61A) is known color: Turbo. HEX triplet: FB, C6 and 1A. RGB value is (251,198,26). Sum of RGB (Red+Green+Blue) = 251+198+26=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 26 (10.55% from 255 or 5.47% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC61A is #0439E5. Grayscale: #C2C2C2. Windows color (decimal): -276966 or 1754875. OLE color: 1754875.
HSL color Cylindrical-coordinate representation of color #FBC61A: hue angle of 45.87º 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 #FBC61A is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 26 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.02 |
| HSL | 45.87º | 0.97% | 0.54% | - |
| HSV(B) | 45.87º | 0.9% | 0.98% | - |
| XYZ | 60.16 | 60.97 | 9.58 | - |
| YUV | 194.24 | 33.06 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 26 | 0 | 0.21 | 0.90 | 0.02 | 45.87 | 0.97 | 0.54 |
| Hex | FB | C6 | 1A | 0 | 15 | 5A | 2 | 2E | 61 | 36 |
| Octal | 373 | 306 | 32 | 0 | 25 | 132 | 2 | 56 | 141 | 66 |
| Binary | 11111011 | 11000110 | 11010 | 0 | 10101 | 1011010 | 10 | 101110 | 1100001 | 110110 |
Color Harmonies of #FBC61A
Complementary color
Monochromatic Colors of #FBC61A
Black with #FBC61A
Text Example
Text Example
White with #FBC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC61A; }
p { color: rgb(251,198,26); }
H1.HeaderClassName
{
color: #FBC61A;
}
.AnyTagClassName
{
color: #FBC61A;
}
</style>
background-color css
<style>
a { background-color: #FBC61A; }
a { background-color: rgb(251,198,26); }
div.DivClassName
{
background-color: #FBC61A;
}
.BgClassName
{
background-color: #FBC61A;
}
</style>
border-color css
<style>
span { border-color: #FBC61A; }
span { border-color: rgb(251,198,26); }
td.TdClassName
{
border-color: #FBC61A;
}
.TagClassName
{
border-color: #FBC61A;
}
</style>