Shades of Turbo #FBC816
Tints of Turbo #FBC816
RGB
CMYK
RGB Variations
Color information
#FBC816 (or 0xFBC816) is known color: Turbo. HEX triplet: FB, C8 and 16. RGB value is (251,200,22). Sum of RGB (Red+Green+Blue) = 251+200+22=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC816 is #0437E9. Grayscale: #C3C3C3. Windows color (decimal): -276458 or 1493243. OLE color: 1493243.
HSL color Cylindrical-coordinate representation of color #FBC816: hue angle of 46.64º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBC816 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 22 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.02 |
| HSL | 46.64º | 0.97% | 0.54% | - |
| HSV(B) | 46.64º | 0.91% | 0.98% | - |
| XYZ | 60.58 | 61.88 | 9.51 | - |
| YUV | 194.96 | 30.4 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 22 | 0 | 0.20 | 0.91 | 0.02 | 46.64 | 0.97 | 0.54 |
| Hex | FB | C8 | 16 | 0 | 14 | 5B | 2 | 2F | 61 | 36 |
| Octal | 373 | 310 | 26 | 0 | 24 | 133 | 2 | 57 | 141 | 66 |
| Binary | 11111011 | 11001000 | 10110 | 0 | 10100 | 1011011 | 10 | 101111 | 1100001 | 110110 |
Color Harmonies of #FBC816
Complementary color
Monochromatic Colors of #FBC816
Black with #FBC816
Text Example
Text Example
White with #FBC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC816; }
p { color: rgb(251,200,22); }
H1.HeaderClassName
{
color: #FBC816;
}
.AnyTagClassName
{
color: #FBC816;
}
</style>
background-color css
<style>
a { background-color: #FBC816; }
a { background-color: rgb(251,200,22); }
div.DivClassName
{
background-color: #FBC816;
}
.BgClassName
{
background-color: #FBC816;
}
</style>
border-color css
<style>
span { border-color: #FBC816; }
span { border-color: rgb(251,200,22); }
td.TdClassName
{
border-color: #FBC816;
}
.TagClassName
{
border-color: #FBC816;
}
</style>