Shades of Turbo #FBC81B
Tints of Turbo #FBC81B
RGB
CMYK
RGB Variations
Color information
#FBC81B (or 0xFBC81B) is known color: Turbo. HEX triplet: FB, C8 and 1B. RGB value is (251,200,27). Sum of RGB (Red+Green+Blue) = 251+200+27=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 27 (10.94% from 255 or 5.65% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC81B is #0437E4. Grayscale: #C4C4C4. Windows color (decimal): -276453 or 1820923. OLE color: 1820923.
HSL color Cylindrical-coordinate representation of color #FBC81B: hue angle of 46.34º 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 #FBC81B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.02 |
| HSL | 46.34º | 0.97% | 0.55% | - |
| HSV(B) | 46.34º | 0.89% | 0.98% | - |
| XYZ | 60.64 | 61.9 | 9.79 | - |
| YUV | 195.53 | 32.9 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 27 | 0 | 0.20 | 0.89 | 0.02 | 46.34 | 0.97 | 0.55 |
| Hex | FB | C8 | 1B | 0 | 14 | 59 | 2 | 2E | 61 | 37 |
| Octal | 373 | 310 | 33 | 0 | 24 | 131 | 2 | 56 | 141 | 67 |
| Binary | 11111011 | 11001000 | 11011 | 0 | 10100 | 1011001 | 10 | 101110 | 1100001 | 110111 |
Color Harmonies of #FBC81B
Complementary color
Monochromatic Colors of #FBC81B
Black with #FBC81B
Text Example
Text Example
White with #FBC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC81B; }
p { color: rgb(251,200,27); }
H1.HeaderClassName
{
color: #FBC81B;
}
.AnyTagClassName
{
color: #FBC81B;
}
</style>
background-color css
<style>
a { background-color: #FBC81B; }
a { background-color: rgb(251,200,27); }
div.DivClassName
{
background-color: #FBC81B;
}
.BgClassName
{
background-color: #FBC81B;
}
</style>
border-color css
<style>
span { border-color: #FBC81B; }
span { border-color: rgb(251,200,27); }
td.TdClassName
{
border-color: #FBC81B;
}
.TagClassName
{
border-color: #FBC81B;
}
</style>